FireDAC.Comp.DataSet.TFDDataSet.GetColumnField

From RAD Studio API Documentation
Revision as of 19:10, 4 January 2016 by L10nBot (talk | contribs) (updated links to redirects)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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