Buffer-field object handle
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A handle to a buffer-field object. Buffer-field objects let you examine and modify the fields of a record. They also let you examine the schema properties of the field.
Syntax
|
- buffer-field-handle
- A handle to a buffer-field object.
- attribute
- An attribute of the buffer-field object.
Attributes
Methods
| BUFFER-VALUE( ) method | STRING-VALUE( ) method | — |
For more information on the buffer-field object, see Develop ABL
Applications.