DataValid Property (Feed, Headline, Quote, and 
   Story Controls)
   Windows - Visual C++
Read Only
   Description
   The DataValid property returns a 
   flag indicating whether the control's data can be queried.
   Syntax
   BOOL value = GetDataValid();
The DataValid syntax has these parts:
| Part | Description | |
| value | A boolean containing TRUE, if the control's data can be queried, or FALSE, otherwise. | |
See Also: CurrentItemInfo
Back to: Feed Properties Headline Properties Quote Properties Story Properties