ShowSearchTickers Method (Utility Control)
Windows - Visual C++
Description
The ShowSearchTickers method
displays a dialog box requesting a list of ticker symbols.

Syntax
long result = ShowSearchTickers();
The ShowSearchTickers 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
The ticker symbols entered into the
edit box must be delimited by a space.
See Also: SearchCriteria TickerSearchString SymbologyType TickersSearchDlgTitle
Back to: Utility Methods