FormsSetTop

Top  Previous  Next

Prototype

 

FormSetTop(intFormHandle,intValue)

 

Description

 

Sets the windows top coordinate

 

Parameters

 

intFormHandle: integer number corresponding to the window handle.

 

IntValue: integer number corresponding to the window top coordinate.

 

Returned value

 

None.

 

Notes

 

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

 

Example

 

//It initializes an integer variable representing a new form Top position

NewTop:=600;

 

//It sets new top side

FormSetTop(HandleForm, NewTop);