Datasnap.DSClientRest.TDSCustomRestConnection.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
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Provides methods to read and write the UniqueID property to a stream such as a form file.

DefineProperties is called automatically by the streaming system that loads and saves VCL components. It allows the UniqueID property to be read or written to a stream such as a form file, as if the UniqueID property was published.