TdxGanttControlResource.ID Property
In This Article
Specifies the resource’s index in a resource collection.
#Declaration
Delphi
property ID: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to rearrange resources. Assign an integer to the ID property to place the resource in a specific position in a resource collection. To access a specific resource, pass its index in a collection’s Items property.
See Also