Data.DB.TDataSet.SetFieldDefProps
Delphi
procedure SetFieldDefProps(Field: TField; FieldDef: TFieldDef); virtual;
C++
virtual void __fastcall SetFieldDefProps(TField* Field, TFieldDef* FieldDef);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Sets the properties of the specified FieldDef
from the Field
parameter.
Implement the SetFieldDefProps method in descendant classes to customize a field setup.