GetStoryText Method (Story Control)
Windows - Visual C++
Description
The GetStoryText method returns a
pointer to the story text buffer.
Syntax
CString strStoryText = GetStoryText();
The GetStoryText syntax has these parts:
Part |
Description |
strStoryText |
A BSTR value pointing to the story text buffer. |
Remarks
GetStoryText returns a BSTR, the
CString object will convert this to native text. Use the GetStorySize
See Also: GetStorySize HeadlineText
Back to: Story Methods