Data.DB.TObjectField.DefineProperties
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TObjectField | |
Delphi
procedure DefineProperties(Filer: TFiler); override;
C++
virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);
Description
Stores the TObjectField unpublished data on a stream.
DefineProperties is called automatically as part of the component streaming system; do not call it directly.