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.

2018.0.01 and higher