IMetabaseListView.EnableFindAll

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 pressing CTRL+F 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.

Example

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

See also:

IMetabaseListView