Click here for NewsObjects Overview
SearchEditorSearchString Property (Utility Control)
Windows – Visual C++


Description
The SearchEditorSearchString property returns the search string displayed in the SearchEditor dialog.

Syntax
Cstring Text = GetSearchEditorSearchString();

The SearchEditorSearchString syntax has these parts:

Part

Description

text

A String containing the text search returned by the Search Editor Dialog

Remarks:
This property will return a valid search string if the user has pressed OK on the search editor dialog.

See also: ShowSearchEditor

Back to: Utility Properties