Datasnap.DSAuth.TDSCustomRoleItem.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.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomRoleItem

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