Datasnap.DSClientRest.TDSCustomRestConnection.DefineProperties
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSCustomRestConnection | |
Delphi
procedure DefineProperties(Filer: TFiler); override;
C++
virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);
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.