Get an attribute
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This example gets the current value of the TITLE attribute
of a frame. The call object's CALL-TYPE attribute
is set to GET-ATTR-CALL-TYPE. The value of the TITLE attribute
is returned through the call object's RETURN-VALUE attribute,
as shown:
|