TTMSFNCCustomDataGrid.AutoFillCustomListSet Method
Registers or updates a custom auto-fill sequence list (e.g. months, weekdays) identified by AKey.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure AutoFillCustomListSet(const AKey: string; const AValues: array of string);
Parameters
| Name | Description |
|---|---|
AKey |
The key used to reference the custom list. |
AValues |
The ordered sequence of string values forming the custom list. |