Data.DB.TField.SetFieldDefProps
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
procedure SetFieldDefProps(FieldDef: TFieldDef); virtual;
C++
virtual void __fastcall SetFieldDefProps(TFieldDef* FieldDef);
Description
Sets the properties of the specified FieldDef
from this field's properties.
Use SetFieldDefProps to populate the properties of the given FieldDef
object from the current TField object.