Utility Control Properties
Windows - Visual C++


 Click on the Utility property to see its syntax:

CompanyName

Returns the company name after the ShowTickers method has been called.

ConvertCriteriaErrIndex

Returns the character index of where a syntax error was detected in a string passed to ConvertCriteria.

ConvertString

Used to retrieve the search or profile string converted in the ConvertCriteria method.

DateDlgTitle

Returns or sets the dialog title for the dialog displayed by the ShowSearchDate methods.

DisableViewType

Sets or returns which of the "Apply To" view option buttons found in some of the search dialogs are to be disabled.

FeedDlgTitle

Returns or sets the dialog title for the dialog displayed by the ShowFeeds methods.

FileLocation

Returns or sets the file location used to locate the ticker and subject files. 

FileName

Returns the file name after the ShowFileDialog method has been called.

GetSelectedFeedCount

Returns the number of feeds selected after the ShowFeeds dialog boxes are called.

InitialSearchEditorSearchString

 Sets or returns the initial search string to be displayed in the Search Editor dialog.

InitialSearchWord

Sets or returns the initial search string displayed in ShowSearchWord2 dialog.

IniType

Returns a flag that indicates whether to use the initialization (.ini) file or the Windows registry to obtain default values.

IniValue

Indicates either the initialization (.ini) file name or the registry key value that will be accessed, depending on the IniType property value.

KeyValue

Sets or returns the value of the item accessed by the WriteKey or ReadKey methods, respectively.

MultiDlgTitle

Returns or sets the dialog title for the dialog displayed by the ShowSearchMulti methods.

PersonalFileLocation

Returns or sets the default directory location used to store personal files like saved searches, saved ticker files, and workspace files.

ProductCopyright

Returns or sets the copyright of the product appearing in ShowAboutBox.

RecordItem1

Retrieves the first data item in the subjects or tickers record. 

RecordItem2

Retrieves the second data item in the subjects or tickers record. 

SearchDate

Returns a string after the ShowSearchDate method has been called. This string is used to set the Headline DateRange property to perform a date range search.

SearchEditorDateString

Returns the date string displayed in the SearchEditor dialog.

SearchEditorSearchString

Returns the search string displayed in the SearchEditor dialog.

SearchEditorTitle

Returns or sets the dialog title for the dialog displayed by the ShowSearchEditor method.

SearchMulti

Returns a string after the ShowSearchDate method has been called. This string is used to set the Headline DateRange property to perform a date range search.

SearchString

Returns a string after the CreateSearchCriterion method has been called. This string is used to set the Headline control's SearchCriteria property to perform a search.

SearchWord

Returns a string after the ShowSearchWord method has been called. This string is used to set the Headline control's SearchCriteria property to perform a search.

SubjectCode

Returns the subject code name after the ShowSubjects method has been called.

SubjectName

Returns the subject name after the ShowSubjects method has been called.

SubjectSearchString

Returns a string after the ShowSubjects method has been called. This string is used to set the Headline control's SearchCriteria property to perform a subject search.

SubjectsSearchDlgTitle

Returns or sets the dialog title for the dialog displayed by the ShowSearchSubjects method.

SubjectTitle

Returns or sets the dialog title for the dialog displayed by the ShowSubjects method.

SymbologyType

Returns or sets the default default symbology appearing in the "Symbology" pull-down menu.

TickerName

Returns the ticker code after the ShowTickers method has been called.

TickerSearchString

Returns a string after the ShowTickers method has been called. This string is used to set the Headline control's SearchCriteria property to perform a ticker search.

TickersSearchDlgTitle

Returns or sets the dialog title for the dialog displayed by the ShowSearchTickers method.

TickerTitle

Returns or sets the dialog title for the dialog displayed by the ShowTickers method.

ViewType

Returns or sets which of the "Apply To" view option buttons found in some of the search dialogs is the default value.

WordDlgTitle

Returns or sets the dialog title for the dialog displayed by the ShowSearchWord methods.

 Back to: Utility Control