Table of Contents

TTMSFNCDataGridDatabaseAdapterColumns Class

Ordered collection of TTMSFNCDataGridDatabaseAdapterColumn items that define the field-to-column mapping for the database adapter. Add items here to customise column order, headers, and rendering independently of the dataset field list.

API unit family: TMSFNCDataGridDatabaseAdapter Inherits from: TTMSFNCOwnedCollection

Syntax

TTMSFNCDataGridDatabaseAdapterColumns = class(TTMSFNCOwnedCollection)

Properties

Name Description
Items Accesses database adapter column mappings by zero-based index.

Methods

Name Description
Adapter Returns the database adapter that owns this column collection.
Add Adds a new database adapter column mapping to the end of the collection.
HasFieldsDefined Checks whether any collection item has an explicit field name assigned.
Insert Inserts a new database adapter column mapping at the specified index.