TdxGanttControlResources.GetItemByName(string) Method
Returns a resource with the specified name.
Declaration
function GetItemByName(const AName: string): TdxGanttControlResource;
Parameters
| Name | Type |
|---|---|
| AName | string |
Returns
| Type |
|---|
| TdxGanttControlResource |
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