Datasnap.DSClientRest.TDSCustomRestConnection.AssignTo
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSCustomRestConnection |
Delphi
procedure AssignTo(Dest: TPersistent); override;
C++
virtual void __fastcall AssignTo(System::Classes::TPersistent* Dest);
Description
Assigns a set of properties to a destination object.
The AssignTo method assigns a set of properties to a destination object specified via Dest. It is expected that Dest is a TDSCustomRestConnection component.