FireDAC.Comp.DataSet.TFDDataSet.GetColumnField
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
function GetColumnField(AColumn: TFDDatSColumn): TField;
C++
Data::Db::TField* __fastcall GetColumnField(Firedac::Dats::TFDDatSColumn* AColumn);
Description
Returns a field corresponding to the DatS column.
Use GetColumnField to get a field object, corresponding to the specified DatS column. A column must belong to the dataset internal DatS table. If the column is not found, then the method returns nil.