Verify the type and validity of an object reference
- Last Updated: May 29, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- 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