Table of Contents

TTMSFNCCustomDataGridDatabaseAdapter.LoadValuesFromField Method

Fills AValues with the distinct string values of AField by iterating all records. Used to populate filter drop-down lists.

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

procedure LoadValuesFromField(AField: TField; AValues: TStrings);

Parameters

Name Description
AField Dataset field used by the operation.
AValues Value used or returned by the operation.