Vcl.ActnMan.TActionListItem.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 TActionListItem

Description

A method for copying the contents of one TActionListItem to another.

Use Assign to copy the contents from one TActionListItem to another. See the documentation for the inherited method for more information.

See Also