Datasnap.DSAuth.TDSCustomRoleItem.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSCustomRoleItem

Delphi

procedure AssignTo(Dest: TPersistent); override;

C++

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

Description

Copies the properties of an object to a destination object.

The AssignTo method is used to copy the properties of an object (a custom role, in this case) to a destination object.

The following properties are copied:

See Also