TNxSearchOptions
Used for search related methods such as FindText in TNextGrid6.Unit: NxTypes6.pas (Sources)
TNxSearchOptions = set of (soCaseSensitive, soRestartAfterEnd, soIncludeInvisible,
soExactMatch);| Value | Meaning |
|---|---|
| soCaseSensitive | Comparison while searching will check case states. |
| soRestartAfterEnd | After search reach end, search will start from 1st item. |
| soIncludeInvisible | Include invisible items. In NextGrid6 row is visible if Visible property is True. |
| soExactMatch | Strings must be equal. |