FMX.Forms.IFMXWindowService.SetWindowCaption
Delphi
procedure SetWindowCaption(const AForm: TCommonCustomForm; const ACaption: string);
C++
virtual void __fastcall SetWindowCaption(TCommonCustomForm* const AForm, const System::UnicodeString ACaption) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Forms.pas FMX.Forms.hpp | FMX.Forms | IFMXWindowService | 
Description
In descendants, SetWindowCaption implements functionality to set the title of the given form.