FMX.Forms.IFMXWindowService.SetWindowCaption

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also