Table of Contents

TTMSFNCTreeViewDatabaseAdapter.FieldAtColumn Property

Returns the TField at the specified tree view column index, or nil when no field is mapped to that column.

API unit family: TMSFNCTreeViewDatabaseAdapter Declaring type: TTMSFNCTreeViewDatabaseAdapter Type: TField

Syntax

property FieldAtColumn[ACol: Integer]: TField;

Parameters

Name Description
ACol Zero-based column index.