Datasnap.DSClientRest.TDSCustomRestConnection.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also