RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStaticText Class

TCustomStaticText is the base class for TStaticText.

Pascal
TCustomStaticText = class(TWinControl);
C++
class TCustomStaticText : public TWinControl;

StdCtrls

TCustomStaticText is the base class for TStaticText, a windowed control that displays text on a form. This component functions like TLabel, except that it has a window handle. 

TCustomStaticText cannot receive focus or contain other controls. 

 

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