RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStaticText Class

TStaticText is a windowed control that displays text on a form.

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

The TStaticText component functions like TLabel, except that it descends from TWinControl and therefore has a window handle. Use TStaticText instead of TLabel when the component's accelerator key must belong to a windowed control—for example, on an ActiveX property page. 

 

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