Running Property (Headline Control)
Windows - Visual C++
Read Only
Description
The Running property returns a flag
indicating whether the Headline Control is currently listening for
headlines from the NewsEdge Server.
Syntax
BOOL value = GetRunning();
The Running syntax has these parts:
Part |
Description |
|
value |
A boolean containing true, if listening for headlines, or false, otherwise. |
Remarks
If the control is listening for
headlines, the headlines for which it is listening are determined by
the search criteria specified by the SearchCriteria property.
See Also: Run
Back to: Headline Properties