TTMSFNCDataGridData.OnAutoFillGetCustomList Event
Fired to supply a custom fill sequence for a base value not found in the registered custom lists.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
OnAutoFillGetCustomList: TTMSFNCDataGridDataAutoFillGetCustomListEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Data object that fired the event. |
BaseValue |
Base value used to look up a custom fill sequence. |
Values |
Values to use as the custom fill sequence. |
Handled |
Set to True when Values contains a custom sequence. |