CQG API 4.0 - Revised
Code Property
See Also  Send Feedback
CQGError Interface : Code Property

Glossary Item Box

Description

Returns the error code value.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Code As Long

Return Type

Error code represented as Long

Remarks

For a list of error codes see the Error Codes table.

Example

See the usage of CQGError properties in the OnQueryProgress event's example section.

See Also