OS_DecodeErrorDialog

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > OS (Operating System) >

OS_DecodeErrorDialog

 

Description

 

Opens dialog which allows you to browse meanings of various Window errors.

 

Syntax

 

OS_DecodeError(windowHandle, errorNumber)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

windowHandle

Number

No

handle of parent window

errorNumber

Number

No

Default error number to be displayed

 

Remarks

 

Restrictions

 

See also

 

Examples