Table of Contents

TTMSFNCDataGridDatabaseAdapter.OnGetRecordCount Event

Fired when the adapter cannot determine the dataset record count. Assign ARecordCount to provide the correct value for grid row sizing.

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCDataGridDatabaseAdapter Inherited from: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

OnGetRecordCount: TTMSFNCDataGridDatabaseAdapterGetRecordCountEvent;

Parameters

Name Description
Sender Adapter that fired the event.
ARecordCount Record count to report to the grid.