FormsSetFocus

Top  Previous  Next

Prototype

 

FormSetFocus(intFormHandle)

 

Description

 

Focus on a windows the visual control.

 

Parameters

 

IntFormHandle: integer number corresponding to the window handle.

 

Returned value

 

None

 

Notes

 

None.

 

Example

 

//It focuses on a windows the visual control

FormSetFocus(HandleForm);