Table of Contents

TTMSFNCDataGridDatabaseAdapter.LoadMode Property

Controls the record-loading strategy. almBuffered (default) loads only the records needed for the visible viewport. almAllRecords pre-loads all records into an in-memory cache, enabling full client-side sort and group operations.

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

Syntax

property LoadMode: TTMSFNCDataGridDatabaseAdapterLoadMode;

Default: almBuffered