TTMSFNCDataGridDatabaseAdapter.OnGetRecordCount Event
Fired when the adapter cannot determine the dataset record count. Assign
ARecordCountto 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. |