TBDI_Init

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > TBDI (Direct Input) >

TBDI_Init

 

Description

 

Initialize TBDI module.

 

Syntax

 

TBDI_Init(hWnd)

 

Returns

 

None.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Numeric

No

The handle of the window you want TBDI react to

 

Remarks

 

Very important function to be executed just after you have created the window you want to control.

 

Restrictions

 

See also

 

Examples