Data.DB.TObjectField.SetFieldDefProps
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TObjectField |
Delphi
procedure SetFieldDefProps(FieldDef: TFieldDef); override;
C++
virtual void __fastcall SetFieldDefProps(TFieldDef* FieldDef);
Description
Sets the properties of the specified FieldDef
from this field's properties.
Data.DB.TObjectField.SetFieldDefProps inherits from Data.DB.TField.SetFieldDefProps. All content below this line refers to Data.DB.TField.SetFieldDefProps.
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.