FormGetVisible |
Top Previous Next |
Prototype
BoolValue:=FormGetVisible(intFormHandle)
Description
Controls if the windows is visible
Parameters
intFormHandle: integer number corresponding to the window handle.
Returned value
BoolValue: Boolean value that is true if the window is visible
Notes
None
Example
//It verifies if form is visible FormVisible:=FormGetVisible(HandleForm); |