Click here for NewsObjects Overview
ShowSearchTickers2 Method (Utility Control)
Windows - Visual C++


Description
The ShowSearchTickers2 method displays a dialog box requesting a list of ticker symbols. The dialog box contains Full View and Current View option buttons that enable the user to choose the view in which to apply the search.

 

Syntax
long result = ShowSearchTickers2();

The ShowSearchTickers2 syntax has these parts:

Part

Description

result

Return value. A long integer containing 0 if the user clicked the OK button and -1 if the user clicked the Cancel button.

Remarks

See Also: SearchCriteria TickerSearchString SymbologyType TickersSearchDlgTitle

Back to: Utility Methods