IS-CLASS attribute
- Last Updated: May 26, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- 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.