TTMSFNCDataGridRendererSource Class
Wraps a standalone
TTMSFNCDataGridRendererinstance (a complete renderer + data "layer") so it can be linked to a grid'sRendererSourceby reference. While linked, the grid renders with this instance and reflects edits to it live; on detach (or when this source is freed) the grid reverts to its own default renderer. The owned instance is created fromGetRendererInstanceClass— override that in a subclass to supply a custom renderer class.
API unit family: TMSFNCDataGridRenderer
Inherits from: TTMSFNCCustomComponent
Implements: ITMSFNCDataGridRendererSource
Syntax
TTMSFNCDataGridRendererSource = class(TTMSFNCCustomComponent, ITMSFNCDataGridRendererSource)
Properties
| Name | Description |
|---|---|
| Renderer | The renderer instance this source owns and exposes by reference. Configure its appearance, scroll behaviour and data here; the grid renders this exact instance while the source is linked. |