Table of Contents

TTMSFNCDataGridLookupOptions Class

Keyboard-lookup options: when enabled, typing letters while the grid is focused scrolls to the first matching row.

API unit family: TMSFNCDataGridRenderer Inherits from: TPersistent

Syntax

TTMSFNCDataGridLookupOptions = class(TPersistent)

Properties

Name Description
CaseSensitive When True, the lookup string comparison is case-sensitive. Default is False.
Enabled Enables keyboard lookup. When False, typed characters do not navigate the grid. Default is False.
Incremental When True, each typed character extends the lookup string incrementally; when False, only the first character is used. Default is True.
ResetInterval Milliseconds of inactivity after which the accumulated lookup string is cleared. Default is 4000 ms.

Used by