TTMSFNCDataGridAutoCompleteOptions Class
Auto-complete settings for in-place text editors. Enables completion from existing cell values or from a custom
Itemslist.
API unit family: TMSFNCDataGridRenderer
Inherits from: TPersistent
Syntax
TTMSFNCDataGridAutoCompleteOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| CaseSensitive | When True, auto-complete matching is case-sensitive. Default is False. |
| Items | Custom completion candidates used when Type is gactLookupList. |