DataValid Property (Story Control)
Windows - Visual C++
Description
The DataValid property remains
FALSE until the story control contains the full text of the story.
DataValid property is read-only.
Syntax
BOOL bData = GetDataValid();
The ViewType syntax has these parts:
Part |
Description |
|
bData |
Boolean value set to the validity of the story contents. FALSE value indicates the story does not contain the full story. TRUE value indicates story retrieval is complete. |
Remarks
When the last segment of a story is
received, a call to GetDataValid() will return TRUE, also, an event
is fired from within the story, FireStoryRetrieved().
See Also: StoryReceived StoryRetrieved
Back to: Story Properties