Datasnap.DSClientRest.TDSRestLoginProperties.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignTo(Dest: TPersistent); override;

C++

virtual void __fastcall AssignTo(System::Classes::TPersistent* Dest);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestLoginProperties


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.

See Also