Vcl.Forms.TCustomForm.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show;

C++

HIDESBASE void __fastcall Show();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Shows the form.

Use Show to set the form's Visible property to true and to bring the form to the front of other forms on the screen.

See Also

Code Examples