Table of Contents

ITMSFNCDataBinderGrid Interface

Extended data-binder interface for grid-style controls; adds row/column dimensioning, cell value assignment, header assignment, and row insertion to the base batch-update contract.

API unit family: TMSFNCDataBinding Extends: ITMSFNCDataBinderBase

Syntax

ITMSFNCDataBinderGrid = interface(ITMSFNCDataBinderBase)

Methods

Name Description
ClearData Removes all data rows from the grid, leaving the column structure intact.
DataBeginUpdate Begins a batch data update; suppresses visual refreshes until the matching DataEndUpdate call. (inherited from ITMSFNCDataBinderBase)
DataEndUpdate Ends the batch data update started by DataBeginUpdate and triggers a visual refresh. (inherited from ITMSFNCDataBinderBase)
DataInsertRow Inserts a new empty row at the specified zero-based position, shifting later rows down.