TdxGanttControlResources.Items Property
In This Article
Provides indexed access to all resources in the collection.
#Declaration
Delphi
property Items[Index: Integer]: TdxGanttControlResource read; default;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to access a resource whose index in the collection is passed as the Index parameter. You can call the GetItemByName function to obtain a resource with the specified name.
See Also