FormMaximize |
Top Previous Next |
Prototype
FormMaximize(intFormHandle)
Description
Maximizes 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 maximizes the form FormMaximize(HandleForm); |