Declaration

TnxDictionaryItem = class(TnxBaseRegisterableDescriptor)

 
Description

The dictionary item class is the base class for all sub classes owned by a data dictionary. This includes all the different descriptor classes.

 
Methods

CheckValid

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.

Destroy

destructor.

FindDescriptorClass

The text for this method has been generated automatically. This means that it is not documented.

IsEqual

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.

LoadFromReader

The text for this method has been generated automatically. This means that it is not documented.

SaveToWriter

The text for this method has been generated automatically. This means that it is not documented.

 
Properties

CustomStrings

A storage container for developers to store extra data with the descriptor.

HasCustomStrings

This property indicates if the item has CustomStrings assigned.

ParentDataDictionary

This is the data dictionary the item belongs to. It's read only and set via the constructor.

 
File

 
nxsdDataDictionary

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes