API:Vcl.StdCtrls.TStaticText

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TStaticText = class(TCustomStaticText)

C++

class PASCALIMPLEMENTATION TStaticText : public TCustomStaticText

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.

Vcl.StdCtrls.TStaticText erbt von Vcl.StdCtrls.TCustomStaticText. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomStaticText.

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