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


Description
The SearchEditordateString property returns the date string displayed in the SearchEditor dialog.

Syntax
Cstring Text = GetSearchEditorDateString();

The SearchEditorDateString syntax has these parts:

Part

Description

text

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

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

See also: ShowSearchEditor

Back to: Utility Properties