GetFeedCount Method (Feed Control)
   Windows - Visual C++
   Description
   GetFeedCount returns the number of 
   feeds in the Feed ListBox.
   Syntax
   long numFeeds = GetFeedCount()
The GetFeedCount syntax has these parts:
| Part | Description | |
| numFeeds | A long integer indicating the number of feeds | |
   Remarks
   This method will throw an error if 
   the DataValid property is set to FALSE.
See also: DataValid
Back to: Feed Control