RAD Studio VCL Reference
|
TCustomStaticText is the base class for TStaticText.
TCustomStaticText = class(TWinControl);
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!
|