FMX.Forms.TCommonCustomForm.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption: string read FCaption write SetCaption stored CaptionStore;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

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