CQG API 4.0 - Revised
CQGVersion Property
See Also  Send Feedback
CQGEnvironment Interface : CQGVersion Property

Glossary Item Box

Description

Returns the CQGIC version.

Property type

Read-only property

Syntax

Visual Basic
Public Property CQGVersion As String

Return Type

CQGIC software version represented as String

Remarks

In CQGIC you can find your version number by checking the System Status information.

Example

See the usage of CQGEnvironment properties in the LineTimeChanged event's example section.

See Also