DIALOG REDRAW

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands >

DIALOG REDRAW

 

Description

 

Send a message to the specified dialog (and all child controls) to be redrawn immediately.

 

Syntax

 

DIALOG REDRAW hwnd

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hwnd

Number

No

Handle of the dialog

 

Remarks

 

Restrictions

 

See also

 

Examples