FormGetHeight |
Top Previous Next |
Prototype
IntValue:=FormGetHeight(intFormHandle)
Description
Gets window height.
Parameters
intFormHandle: integer number corresponding to the window handle.
Returned value
IntValue: integer number corresponding to the window height .
Notes
If intFormHandle is 0 the function processes the application mail window.
Example
//It gets form windows Height:=FormGetHeight(HandleForm); |