WholeWordsOnly: Boolean;
The WholeWordsOnly property determines whether search will be performed by the whole string.
To specify the search string, use the IMetabaseObjectFindInfo.Text property.
Available values:
True. Default value. The search is made by the whole specified string.
False. The objects containing the specified string in their name or identifier are searched for.
The property use is given in the example for IMetabaseObjectFindInfo.ClassId.
See also: