API:Vcl.ActnList.TCustomAction.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
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomAction

Description

Copies the properties of this action to a destination action.

Vcl.ActnList.TCustomAction.AssignTo inherits from System.Actions.TContainedAction.AssignTo. All content below this line refers to System.Actions.TContainedAction.AssignTo.

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