FMX.Forms.TCommonCustomForm.Caption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Caption: string read FCaption write SetCaption stored CaptionStore;

C++

__property System::UnicodeString Caption = {read=FCaption, write=SetCaption, stored=CaptionStore};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Beschreibung

Gibt einen Text-String zur Beschriftung des Formulars an.

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

Siehe auch