API:Vcl.ActnMan.TCheckBoxProperties.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 TCheckBoxProperties

Description

Copies the properties of another instance of TCommandProperties.

Vcl.ActnMan.TCheckBoxProperties.Assign inherits from Vcl.ActnMan.TCommandProperties.Assign. All content below this line refers to Vcl.ActnMan.TCommandProperties.Assign.

Copies the properties of another instance of TCommandProperties.

Use Assign to set the value of the TCommandProperties object from another object.

Note: As implemented in TCommandProperties, the Assign method simply exits.

See Also