ShowSearchMulti Method (Utility Control)
Windows - Visual C++
Description
The ShowSearchMulti method displays
a dialog box requesting multiple words and phrases.
Syntax
long result = ShowSearchMulti();
The ShowSearchMulti 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
After the ShowSearchMulti method is
called, the search string is stored in the SearchMulti property.
This string is used to set the Headline control's SearchCriteria
property. Note that the SearchMulti
property is only valid if the return value from ShowSearchMulti is 0.
The Ticker, Subject and Source buttons bring up dialogs allowing the user to select ticker, subject, or source (feed) codes to be incorporated into the search.
See Also: SearchMulti SearchCriteria
Back to: Utility Methods