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

Description

Copies the contents of another object to the current one.

Use the Assign procedure to copy the contents of the Source object to the current one. This procedure is an override of the inherited TPersistent method, and is designed to accurately copy the properties of one TActionClient to another if both objects are TActionClients. If not, the inherited method is called. See the documentation for the inherited method for more details about the Assign method.

See Also