Vcl.ActnMan.TCustomActionManager.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* Source);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Provides a custom Assign procedure for TCustomActionManager objects.

Use this override of the inherited TPersistent procedure to assign the properties of one TCustomActionManager object to another. The ActionBars, Images, PrioritySchedule, and LinkedActionLists items of the current TCustomActionManager all refer to the same objects as in the Source. In the case of the FileName property, it becomes a copy of the Source property of the same name. If Source is not an action manager, the inherited procedure is called.

See Also