StdCtrls.TStaticText
From RAD Studio VCL Reference
Contents |
Delphi Information
From StdCtrls.pas
TStaticText = class(TCustomStaticText)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TStaticText Members
C++ Information
From StdCtrls.hpp
TStaticText = class(TCustomStaticText)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TStaticText Members
Class Constructors & Destructors: StdCtrls.TStaticText Constructors
Description
TStaticText is a windowed control that displays text on a form.
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.