ShowForm

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWApplication > Methods >

ShowForm

SIGNATURE=IWApplication.TIWApplication.ShowForm@string@Boolean@Boolean

 

ETYPE=Method

 

Declaration:

Delphi:

public function ShowForm(const AFormClassName: string; AReleaseActiveForm: Boolean = False; AUseExistingInstance: Boolean = False): TComponent; overload;

C++:

public: __fastcall TComponent * ShowForm(const String AFormClassName, bool AReleaseActiveForm = False

 

Description: Requires the form to be registered e.g.: RegisterClass(TIWForm1)