IsWindow

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Windows API >

IsWindow

 

Description

 

True/False depending on hWnd window is a valid window handle.

 

Syntax

 

number = IsWindow(hWnd)

 

Returns

 

Number: true/false.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the window

 

Remarks

 

Restrictions

 

See also

 

Examples