DesignIntf.IHostForm.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show;

C++

virtual void __fastcall Show(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

Description

Shows the form. Show makes the form visible.

See Also