FMX.Forms.TCommonCustomForm.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show;

C++

void __fastcall Show();

Properties

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

Description

Displays the form onscreen.

The form is displayed onscreen, with the specified Position.

Attention: On macOS, the Secondary window created by a modal windows must also be shown using ShowModal. Do not call Show for a window that is being shown from a window shown using ShowModal.

See Also