getClassPropertyNames

getClassPropertyNames(pClassNumber: Integer;
                      pNames:       JadeIdentifierArray input): Boolean;

The getClassPropertyNames method of the JadeAuditAccess class clears the array specified in the pNames parameter and then populates it with the names of the properties of the class specified in the pClassNumber parameter.

A valid description of the specified class must be available. A return value of false indicates that a valid class description is not available.