TdxListColumns.Items Property
In This Article
Provides indexed access to stored columns.
#Declaration
Delphi
property Items[AIndex: Integer]: TdxListColumn read; write; default;
#Property Value
Type | Description |
---|---|
Tdx |
A list column. |
See Also