FormsSetVisible

Top  Previous  Next

Prototype

 

FormSetVisible(intFormHandle, BoolValue)

 

Description

 

Sets windows visibility

 

Parameters

 

intFormHandle: integer number corresponding to the window handle.

 

BoolValue: Boolean value. TRUE: the window is visible

 

Returned value

 

None.

 

Notes

 

None

 

Example

 

//It sets form visibility

FormSetVisible(HandleForm, TRUE);