Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : IS-CLASS attribute
 

IS-CLASS attribute

Indicates whether an r-code file defines a class or a procedure.
Data type: LOGICAL
Access: Read-only
Applies to: RCODE-INFO handle
The IS-CLASS attribute is TRUE if the currently executing r-code file defines a class that has been instantiated using the NEW function (classes). If the attribute is FALSE, the r-code file defines a procedure.