Dialog.PageSearch

Dialog.PageSearch ( 

table   DialogText = nil )

Example 1

Dialog.PageSearch();

Shows the page search dialog allowing the user to search for keywords in the application.

Example 2

tbSearchProps = {DialogTitle="Search Catalog", SearchForLabel="Search catalog for:"};
Dialog.PageSearch(tbSearchProps);

Sets the search dialog's "title" text and "search for" text and then shows it allowing the user to search for keywords in the application.

See also:  Related Actions