MDI_MessageLoop

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DIALOGS > MDI Dialogs >

MDI_MessageLoop

 

Description

 

Starts and controls the MDI Client Window message loop

 

Syntax

 

msg = MDI_MessageLoop(hMDIClient)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hMDIClient

Number

No

Handle of the MDI Client window.

Usually this handle is the return value of MDI_CreateClient function

 

Remarks

 

MDI_MessageLoop function should be executed just after MDI_CreateClient execution.

 

Restrictions

 

See also

 

Examples