FMX.Forms.TForm.Caption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Caption: string read FCaption write SetCaption stored CaptionStore default 0;

C++

__property Caption = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Beschreibung

Gibt einen Text-String zur Beschriftung des Formulars an.

FMX.Forms.TForm.Caption erbt von FMX.Forms.TCommonCustomForm.Caption. Der folgende Inhalt bezieht sich auf FMX.Forms.TCommonCustomForm.Caption.

Gibt einen Text-String zur Beschriftung des Formulars an.

Mit Caption wird ein Text-String angegeben, der das Steuerelement beschriftet.

Siehe auch