Click here for NewsObjects Overview
CurrentItemInfo Property (Headline Control)
Windows - Visual C++


Read Only

Description
The CurrentItemInfo property returns data from the specified column of the current headline.

Syntax
CString Data = GetCurrentItemInfo(LPCTSTR columnIdentifier);

The CurrentItemInfo syntax has these parts:

Part

Description

identifier

A String containing the column identifier string, as described in Remarks.

Data

A String containing the data from the specified column of the current headline.

Remarks
The column identifier string may be obtained by using the ColumnIdentifier property. See the ColumnIdentifier property for a list of column identifier strings.

See Also: ColumnIdentifier

Back to: Headline Properties