RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBText.Loaded Method

Adjusts the size of the label when it is first loaded. .

Pascal
procedure Loaded; override;
C++
virtual __fastcall Loaded();

The protected Loaded method is called immediately after a saved version of the form that contains the label is loaded into memory. TCustomLabel uses this method to adjust the size of the label to the text it contains if the AutoSize property is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!