FormGetTop

Top  Previous  Next

Prototype

 

IntValue:=FormGetTop(intFormHandle)

 

Description

 

Gets the window top coordinate.

 

Parameters

 

intFormHandle: integer number corresponding to the window handle.

 

Returned value

 

IntValue: integer number corresponding to the window top coordinate.

 

Notes

 

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

 

Example

 

//It gets Top position of the form

Top:=FormGetTop(HandleForm);