|
<< Click to Display Table of Contents >> Navigation: Classes > TIWBaseForm > Methods > Hide |
Use this method to hide the form and remove it from the active form list (internally managed by IntraWeb). When you call Hide, the last active form will be showed again. If you don't have any active form, the application will be terminated.
SIGNATURE=IWBaseForm.TIWBaseForm.Hide
ETYPE=Method
Declaration:
Delphi: |
public procedure Hide; virtual; |
C++: |
void public: virtual __fastcall Hide(); |
Description: Hide/Show/Release are here instead of just in the app forms because -To hide the inherited methods in ancestor VCL classes -Expose it for the appforms. -Provide a common layer that the render engine can use to access them if necessary