Vcl.Forms.TCustomForm.Show
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