TdxGanttControlExtendedAttributes.Append Method
In This Article
Adds a new custom field to the collection.
#Declaration
Delphi
function Append: TdxGanttControlExtendedAttribute;
#Returns
Type | Description |
---|---|
Tdx |
A custom field attribute. |
#Remarks
This function returns the new last custom field in the collection. To access a custom field, use the Items property.
See Also