FormGetWidth

Top  Previous  Next

Prototype

 

IntValue:=FormGetWidth(intFormHandle)

 

Description

 

Gets window width

 

Parameters

 

intFormHandle: integer number corresponding to the window handle.

 

Returned value

 

IntValue:  integer number corresponding to the window width

 

Notes

 

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

 

Example

 

//It gets form width

Width:=FormGetWidth(HandleForm);