TTMSFNCDataGridDatabaseAdapter.LoadMode Property
Controls the record-loading strategy.
almBuffered(default) loads only the records needed for the visible viewport.almAllRecordspre-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