Utility Control Methods
Windows - Visual C++
Click on the Utility method to see its syntax:
Displays the control's About Box. |
|
Creates a search string in which two search criterion have been "ANDed" together, creating a search for stories that contain both of the user-specified search attributes. |
|
Converts search strings from InFix notation to RPN notation and vice versa. |
|
Creates a search string from the user-supplied attributes. This search string is used to set the Headline control SearchCriteria property. |
|
Returns the file name after the ShowFileDialog method has been called. |
|
Retrieves the company name from the ticker code. |
|
Retrieves the subject name from the subject code. |
|
Retrieves the subject code from the subject name. |
|
Retrieves the contents of the subject record. |
|
Retrieves the ticker code for a company name. |
|
Retrieves the contents of the ticker record. |
|
Retrieves the feed selected in the ShowFeeds dialog at the specified index. |
|
Retrieves the total record count for the subject file. |
|
Retrieves the total record count for the ticker file. |
|
Creates a search string in which two search criterion have been "NOTed" together, creating a search for stories that contain one, but not the other of two user-specified search attributes. |
|
Creates a search string in which two search criterion have been "ORed" together. |
|
Reads a value from the initialization (.ini) file or the Windows registry, depending on the value of the IniType property. |
|
Displays a dialog box showing NewsObjects version and system information. |
|
Displays a dialog box containing news feeds for selection. |
|
Displays a dialog box containing news feeds for selection. 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. |
|
Displays an HTML help file. |
|
Displays a dialog box requesting the starting and ending date for a search. |
|
Displays a dialog box requesting the starting and ending date for a search. 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. |
|
Displays a dialog box requesting multiple words and phrases. |
|
Displays a dialog box requesting multiple words and phrases. 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. |
|
Displays a dialog box requesting a list of subject codes. |
|
Displays a dialog box requesting a list of subject codes. 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. |
|
Displays a dialog box requesting a list of ticker symbols. |
|
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. |
|
Displays a dialog box requesting a search word. |
|
Displays a dialog box requesting a search word or phrase. 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. |
|
Displays a dialog box containing subject names and codes for selection. |
|
Displays a dialog box containing subject names and codes for selection. 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. |
|
Displays a dialog box containing company names and their ticker codes for selection. |
|
Displays a dialog box containing company names and their ticker codes for selection. 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. |
|
Takes CtlErrorCode as returned from another method or thrown or fired as an error and returns an English string which can be used as an error message. |
|
Writes a value to the initialization (.ini) file or the Windows registry, depending on the value of the IniType property. |
Back to: Utility