StdCtrls.TCustomStaticText
Contents |
Delphi Information
From StdCtrls.pas
TCustomStaticText = class(TWinControl)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TCustomStaticText Members
Class Properties: StdCtrls.TCustomStaticText Properties
Class Constructors & Destructors: StdCtrls.TCustomStaticText Constructors
C++ Information
From StdCtrls.hpp
TCustomStaticText = class(TWinControl)
Unit: StdCtrls
Type: class
Inherited Class Members: StdCtrls.TCustomStaticText Members
Class Properties: StdCtrls.TCustomStaticText Properties
Class Constructors & Destructors: StdCtrls.TCustomStaticText Constructors
Description
TCustomStaticText is the base class for TStaticText.
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.