Datasnap.DSClientRest.TDSRestLoginProperties.AssignTo
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestLoginProperties |
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 by Dest. It is expected that Dest is a TDSRestLoginProperties object.