GetTickerCount Method (Quote Control)
   Windows - Visual C++
   Description
   This method returns the number of 
   tickers that are currently added to the quote control
   Syntax
   long numTickers = GetTickerCount()
The GetTickerCount syntax has these parts:
| Part | Description | |
| numTickers | A long integer indicating the number of tickers in the Quote Control. | |
See also: DeleteTicker
Back to: Quote Methods