EnableFindAll: Boolean;
The EnableFindAll property determines whether there is the Find All button in the search dialog box.
Available values:
True. The Find All button is available in the search dialog box.
False. Default value. The Find All button is unavailable in the search dialog box.
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.
The example of use is given in description of the IMetabaseListView.Root property.
See also: