Get an attribute
- Last Updated: May 24, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- 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:
|