Table of Contents

TTMSFNCDataGridRendererDataAdapter Class

Base class for data adapters that need direct access to the grid renderer. Extends TTMSFNCDataGridDataAdapter with a Renderer property and abstract overrides for editing, filtering, export notification, and scrolling that are implemented by concrete adapter descendants.

API unit family: TMSFNCDataGridRenderer Inherits from: TTMSFNCDataGridDataAdapter

Syntax

TTMSFNCDataGridRendererDataAdapter = class(TTMSFNCDataGridDataAdapter)

Properties

Name Description
Renderer The TTMSFNCDataGridRenderer instance this adapter is bound to. Set by the grid when the adapter is assigned.