API:Data.DB.TObjectField.DefineProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DefineProperties(Filer: TFiler); override;

C++

virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TObjectField

Description

Designates a method for storing TField unpublished data on a stream such as a form file.

Data.DB.TObjectField.DefineProperties inherits from Data.DB.TField.DefineProperties. All content below this line refers to Data.DB.TField.DefineProperties.

Designates a method for storing TField unpublished data on a stream such as a form file.

DefineProperties is called automatically as part of the component streaming system; do not call it directly.

See Also