FMX.Types.TLang.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
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLang

Description

Provides an interface for a method that reads and writes otherwise unpublished data.

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

See Also