Data.DB.TObjectField.DefineProperties

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also