FMX.Forms.IFMXWindowService.ShowWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowWindow(const AForm: TCommonCustomForm);

C++

virtual void __fastcall ShowWindow(TCommonCustomForm* const AForm) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

In descendants, ShowWindow implements functionality to show the specified form.

See Also