RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBText.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!