IMetabaseListView.EnableFindAll

Fore Syntax

EnableFindAll: Boolean;

Fore.NET Syntax

EnableFindAll: Boolean;

Description

The EnableFindAll property determines whether there is the Find All button in the search dialog box.

Comments

Available values:

The search dialog box is called on clicking the CTRL+F shortcut keys or on calling the IMetabaseListView.ShowFindDialog method. If the Find All button was clicked in the dialog box, after search the MetabaseListView.OnAfterSearch event will be generated for the component. Using the IMetabaseListViewAfterSearchEventArgs.FoundObjects property of the event argument, descriptions of the found repository objects can be obtained.

Fore and Fore.NET Examples

The example of use is given in description of the IMetabaseListView.Root property.

See also:

IMetabaseListView