TdxGanttControlResources.GetItemByName(string) Method
In This Article
Returns a resource with the specified name.
#Declaration
Delphi
function GetItemByName(const AName: string): TdxGanttControlResource;
#Parameters
Name | Type |
---|---|
AName | string |
#Returns
Type |
---|
Tdx |
#Remarks
Call this function to obtain a resource whose name is passed as the AName parameter. To access in a resource by its position in the collection, use the Items property.
See Also