|
AnyDAC
|
Returns field corresponding to DatS column.
|
Parameters |
Description |
|
AColumn: TADDatSColumn |
A DatS column. |
A field, if column is found. Otherwise - nil.
Use GetColumnField to get field object, corresponding to specified DatS column. A column must belong to dataset internal DatS table. If column is not found, then method returns nil.
function GetColumnField(AColumn: TADDatSColumn): TField;
|
What do you think about this topic? Send feedback!
|