Click here for NewsObjects Overview
DeleteTicker Method (Quote Control)
Windows - Visual C++


Description
This method deletes the ticker at the specified index.

Syntax
long result = DeleteTicker (short index)

The DeleteTicker syntax has these parts:

 Part

Description

result

A long integer indicating the success of the operation.

Index

A short integer of the index of the ticker to delete.

Remarks:

An error will be returned if index is less than one or greater than the number of tickers returned by GetTickerCount.

See also: GetTickerCount

Back to: Quote Methods