StoryID Property (Story Control)
Windows - Visual C++
Description
The StoryID
property returns or sets the story ID of the story to be displayed by
the control.
Syntax
long ID = GetStoryID();
void SetStoryID(long ID);
The StoryID syntax has these parts:
Part |
Description |
|
ID |
A long integer containing the story ID of the story to be displayed by the control |
Remarks
In addition to the StoryID,
the HeadlineViewID
and Run
properties must be set before a story will be retrieved, as follows:
Story Control Properties |
Value |
Headline Control CurrentStoryID |
|
Headline Control ViewID |
|
Run (must be set last) |
TRUE |
See Also: CurrentStoryID Run HeadlineViewID ViewID
Back to: Story Properties