IS-CLASS attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Indicates whether an r-code file defines a class, interface, or enumeration or a procedure.
Data type: LOGICAL
Access: Read-only
Applies to: RCODE-INFO handle
The IS-CLASS attribute returns TRUE if the currently
executing r-code file represents a class, interface, or enumeration.
IS-CLASS returns FALSE if the r-code file represents a procedure.