Get an attribute
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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:
|