TdxGanttControlExtendedAttributes.Add(string,TdxGanttControlExtendedAttributeLevel) Method
In This Article
#Declaration
Delphi
function Add(const AFieldName: string; ALevel: TdxGanttControlExtendedAttributeLevel): TdxGanttControlExtendedAttribute; overload;
#Parameters
Name | Type | Description |
---|---|---|
AField |
string | A field name. |
ALevel | Tdx |
A custom field attribute level. |
#Returns
Type | Description |
---|---|
Tdx |
A custom field attribute. |
See Also