CQG API 4.0 - Revised
FinalError Property
See Also  Send Feedback
CQGOrdersQuery Interface : FinalError Property

Glossary Item Box

Description

Returns the final error of current query.

Property type

Read-only property

Syntax

Visual Basic
Public Property FinalError As CQGError

Return Type

Final error represented as CQGError object

Remarks

If there is no error the value of this property remains Nothing.

Example

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

See Also