FireDAC.Comp.DataSet.TFDDataSet.GetFieldColumn
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
function GetFieldColumn(AField: TField): TFDDatSColumn; overload;
C++
Firedac::Dats::TFDDatSColumn* __fastcall GetFieldColumn(Data::Db::TField* AField)/* overload */;
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.