FMX.Forms.TForm.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property Caption = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Specifies a text string that identifies the form to the user.

FMX.Forms.TForm.Caption inherits from FMX.Forms.TCommonCustomForm.Caption. All content below this line refers to FMX.Forms.TCommonCustomForm.Caption.

Specifies a text string that identifies the form to the user.

Use Caption to specify the text string that labels the form, identifying it to the user.

See Also