FireDAC.Comp.DataSet.TFDDataSet.GetFieldColumn
Delphi
function GetFieldColumn(AField: TField): TFDDatSColumn; overload;
C++
Firedac::Dats::TFDDatSColumn* __fastcall GetFieldColumn(Data::Db::TField* AField)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp | FireDAC.Comp.DataSet | TFDDataSet | 
Description
Returns a DatS column corresponding to a field.
Use GetFieldColumn to get the DatS column object corresponding to the specified field. If the field is not found, the method returns nil.