Click here for NewsObjects Overview
Run Property
Windows - Visual C++


Description
When set to TRUE, indicates to the control that it can connect to the NewsEdge server.

Syntax
[object.]Run = value

The Run syntax has these parts: 

Part

Description

value

A Boolean value that indicates whether or not the control should connect to the NewsEdge Server.

Remarks
Methods such as AddTicker, UpdateAllQuotes and DeleteSelectedTicker should not be called before the Run property is set to TRUE.

Once the Run property is set to TRUE, it is immediately set back to FALSE once the connection has been made.

See Also: AddTicker DeleteSelectedTicker UpdateAllQuotes

Back to: Quote Properties