Table of Contents

TTMSFNCDataGridData.OnGetCellData Event

Fired in virtual/unbound mode to supply cell data on demand; set AData to return the value.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

OnGetCellData: TTMSFNCDataGridDataGetCellDataEvent;

Parameters

Name Description
Sender Data object that fired the event.
ACell Cell coordinate requesting data.
AData Cell value supplied by the event handler.