API:Vcl.StdCtrls.TStaticText

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomStaticTextVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStaticText

Delphi

TStaticText = class(TCustomStaticText)

C++

class PASCALIMPLEMENTATION TStaticText : public TCustomStaticText

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

TCustomStaticText is the base class for TStaticText.

Vcl.StdCtrls.TStaticText inherits from Vcl.StdCtrls.TCustomStaticText. All content below this line refers to Vcl.StdCtrls.TCustomStaticText.

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.

See Also