IMetabaseObjectFindInfo.WholeWordsOnly

Fore Syntax

WholeWordsOnly: Boolean;

Fore.NET Syntax

WholeWordsOnly: boolean;

Description

The WholeWordsOnly property determines whether search will be performed by the whole string.

Comments

To specify the search string use the IMetabaseObjectFindInfo.Text property.

Available values:

Fore and Fore.NET Examples

The property use is given in the example for IMetabaseObjectFindInfo.ClassId.

See also:

IMetabaseObjectFindInfo