RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabel.SetAutoSize Method

Sets the AutoSize property.

Pascal
procedure SetAutoSize(Value: Boolean); override;
C++
virtual __fastcall SetAutoSize(Boolean Value);

SetAutoSize is the protected access method for the AutoSize property. It is exposed as a protected method so descendants can override it to change the implementation of the AutoSize property. 

 

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