Vcl.ComCtrls.THeaderSection.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 THeaderSection

Description

Copies the contents of the source header section to a new header section.

Assign copies the values of the source object's Alignment, AllowClick, MaxWidth, MinWidth, Style, Text, and Width properties to another header section.

See Also