Table of Contents

TTMSFNCDataGridRenderer.OnGetCellHint Event

Fired to supply a tooltip string for a cell.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnGetCellHint: TTMSFNCDataGridGetCellHintEvent;

Parameters

Name Description
Sender Renderer that fired the event.
ACell Cell coordinate requesting a hint.
AHint Hint text to show for the cell.