RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderSection.Assign Method

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

Pascal
procedure Assign(Source: TPersistent); override;
C++
virtual __fastcall Assign(TPersistent * Source);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!