Declaration
TnxFieldDescriptor = class(TnxLocalizedDictionaryItem)
Description
This descriptor class describes fields. For each field added to the Data Dictionary one instance is created.
Methods
Sets the Default Value Descriptor class of the field. And instance of this descriptor will be used to generate the Default value of the field for every new record.
This method is called to check the validity of the item. If a descendant needs to validate settings, this method should be overridden and on error raise a an exception.
destructor.
The IsEqual function should return true if the given aDictionaryItem is of the same type and has *exactly* the same settings. Should be overridden by all descendants.
The text for this method has been generated automatically. This means that it is not documented.
This method sets the Default Value Descriptor class to nil thus disabling default values for this field.
The text for this method has been generated automatically. This means that it is not documented.
This function returns the correct values for the various field types.
Properties
This is the name of the field.
The index in the list of fields of the ParentDataDictionary.
File