IDADataDictionary

Overview

The IDADataDictionary is an interface for Data Dictionaries. It is, essentially, a collection of predefined field configurations (so called data dictionary entries, or data dictionary fields).

The TDACustomFieldCollection provides a corresponding property to associate fields with dictionary entities.

Location


Properties


Fields

Maintains the list of TDADataDictionaryFields defined in the dictionary.

property Fields: TDADataDictionaryFieldCollection read write

Required Methods


GetFields

Returns the fields collection as TDADataDictionaryFieldCollection class.

function GetFields: TDADataDictionaryFieldCollection

SetFields

Assigns the new specified collection with the current collection.

procedure SetFields(const Value: TDADataDictionaryFieldCollection)

Parameters:

  • Value: