FormsSetWidth

Top  Previous  Next

Prototype

 

FormSetWidth(intFormHandle,intValue)

 

Description

 

Sets window width.

 

Parameters

 

intFormHandle: integer number corresponding to the window handle.

 

IntValue: integer number corresponding to the new window width.

 

Returned value

 

None.

 

Notes

 

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

 

Example

 

//It initializes a integer variable representing new form width

NewWidth:=600;

 

//It sets new width

FormSetNewWidth(HandleForm, NewWidth);