Click here for NewsObjects Overview
GetTotalTickerCount Method (Utility Control)
Windows - Visual C++


Description
The GetTotalTickerCount method retrieves the total record count for the Ticker file.

Syntax
long result = GetTotalTickerCount();

The GetTotalTickerCount syntax has these parts:

Part

Description

result

Return value. A long integer containing the total number of records in the ticker file.

See Also: FindTickerRecord

Back to: Utility Methods