FireDAC.Comp.DataSet.TFDDataSet.GetColumnField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetColumnField(AColumn: TFDDatSColumn): TField;

C++

Data::Db::TField* __fastcall GetColumnField(Firedac::Dats::TFDDatSColumn* AColumn);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

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.

See Also