FormRestore

Top  Previous  Next

Prototype

 

FormRestore(intFormHandle)

 

Description

 

Restores the windows insert as parameter.

 

Parameters

 

intFormHandle: integer number corresponding to the window handle.

 

Returned value

 

None.

 

Notes

 

If intFormHandle is 0 the function processes the application mail window.

 

Example

 

//it restores the form

FormRestore(HandleForm);