System.Actions.TContainedAction.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
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Copies the properties of this action to a destination action.

Dest specifies the destination action. AssignTo ensures the correct assignment of property values.

If Dest is nil or Dest is not of the TContainedAction type, then an error is raised.

See Also