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

Glossary Item Box

Description

Returns the object, which has thrown the current error.

Property type

Read-only property

Syntax

Visual Basic
Public Property Owner As Object

Return Type

An object of any type declared in CQG API depending on the source of current error.

Example

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

See Also