TTMSFNCDataGridDatabaseAdapter.LoadValuesFromField Method
Fills
AValueswith the distinct string values ofAFieldby iterating all records. Used to populate filter drop-down lists.
API unit family: TMSFNCDataGridDatabaseAdapter
Declaring type: TTMSFNCDataGridDatabaseAdapter
Inherited from: 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. |