descriptionClassIsSubclass

descriptionClassIsSubclass(classNumber:      Integer;
                           superclassNumber: Integer): Boolean;

The descriptionClassIsSubclass method of the JadeAuditAccess class returns true if the class number specified in the classNumber parameter is a subclass of the class number specified in the superclassNumber parameter in the loaded description.

When operating:

You must therefore use the descriptionClassIsSubclass method instead of the Object class isKindOf method.

For an example of the use of this method, see "Sample Journal Dump Method.under "Putting Things Together" in the Audit Access White Paper.