Verify the type and validity of an object reference
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Given an object reference, before you use it, you can:
- Test it to ensure that it references an object instance
using the
VALID-OBJECTbuilt-in function - Validate the type of the object represented by the object reference using
the
TYPE-OFbuilt-in function