Declaration
TnxCompKeyDescriptor = class(TnxBaseKeyDescriptor)
Description
The Compound Key descriptor uses a number of Key Field descriptor to create the keys.
Methods
This function adds a new descriptor to the list of processed Key Field Descriptors.
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.
Clears the list of Key Field Descriptors.
This function deletes a descriptor from the list of processed Key Field Descriptors.
public comes before protected to fix problem with BCB 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.
The text for this method has been generated automatically. This means that it is not documented.
Properties
This property returns the number of items in the Key Field descriptor List.
This property return the Key Field descriptor with the given index out of the Key Field Descriptor list.
File