Vcl.ComCtrls.TStatusPanel.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusPanel

Description

Copies the contents of the source status panel to a new status panel.

Assign copies the values of Alignment, Bevel, Style, Text, and Width from the source status panel.

See Also