Vcl.StdCtrls.TCustomStaticText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomStaticText

Delphi

TCustomStaticText = class(TWinControl)

C++

class PASCALIMPLEMENTATION TCustomStaticText : public Vcl::Controls::TWinControl

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Beschreibung

TCustomStaticText ist die Basisklasse für TStaticText.

TCustomStaticText ist die Basisklasse für das fensterorientierte Steuerelement TStaticText, das in einem Formular Text anzeigt. Die Komponente funktioniert wie TLabel, hat aber ein Fenster-Handle.

TCustomStaticText kann weder fokussiert werden noch andere Elemente enthalten.

Siehe auch