Click here for NewsObjects Overview
InsertTicker Method (Profile Editor Control)
Windows - Visual C++


Description
The InsertTicker method replaces the current editing window selection with the specified ticker symbol.

Syntax
long result = InsertTicker(LPCTSTR tickerSymbol);

The InsertTicker syntax has these parts:

Part

Description

tickerSymbol

A string containing a ticker symbol.

result

A long integer containing 0, if the operation succeeded, or an error code, otherwise.

Remarks
The ticker symbol will be enclosed in angle brackets when displayed.

See Also: InsertExpression InsertSource InsertSubject

Back to: Profile Editor Methods