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

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.

See Also