Table of Contents

TTMSFNCDataGridDataAdapterGroupMode Enumeration

Controls whether grouping is disabled, handled by the grid engine, or delegated to the data adapter.

API unit family: TMSFNCDataGridData

Members

Name Description
agmNone Grouping is disabled; the adapter does not perform or request any grouping.
agmNormal Grouping is handled by the built-in grid engine.
agmAdapter Grouping is delegated to the data adapter, which applies its own grouping logic.