TdxGanttControlResources.Items Property
Provides indexed access to all resources in the collection.
Declaration
property Items[Index: Integer]: TdxGanttControlResource read; default;
Property Value
Type |
---|
TdxGanttControlResource |
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