Developer

TNxSearchOptions

Used for search related methods such as FindText in TNextGrid6.

Unit: NxTypes6.pas (Sources)

TNxSearchOptions = set of (soCaseSensitive, soRestartAfterEnd, soIncludeInvisible, soExactMatch);




Values
ValueMeaning
soCaseSensitiveComparison while searching will check case states.
soRestartAfterEndAfter search reach end, search will start from 1st item.
soIncludeInvisibleInclude invisible items. In NextGrid6 row is visible if Visible property is True.
soExactMatchStrings must be equal.

See also