FMX.Forms.TForm.Caption

Aus RAD Studio API Documentation

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. {{#multireplace:FMX.Forms.TForm.Caption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.Forms.TCommonCustomForm.Caption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.Forms.TCommonCustomForm.Caption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Gibt einen Text-String zur Beschriftung des Formulars an.

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

Siehe auch