Declaration

TnxBaseValidationDescriptor = class(TnxDictionaryItem)

 
Description

This is the base class for descriptor that describe how a Field is validated. This is an abstract class and must be overridden!

 
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.

GetList

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

ApplyAt

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

ParentFieldDescriptor

This property points to the instance of the Field descriptor the default value should be applied to.

 
File

 
nxsdDataDictionary

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