Click here for NewsObjects Overview
StartSelectionBlock Method (Headline Control)
Windows - Visual C++


Description
The StartSelectionBlock method marks the headline with the current focus as the start of a selection block.

Syntax
long result = StartSelectionBlock();

The StartSelectionBlock syntax has these parts:

 Part

Description

result

A long integer containing 0 if successful and an error code if not.

Remarks
Call the EndSelectionBlock method to mark the end of the selection block and select all headlines within the block.

See Also: EndSelectionBlock

Back to: Headline Methods