BUFFER-FIELD( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns a handle to a particular field in the buffer.
Return type: HANDLE
Applies to: Buffer object handle
Syntax
|
- field-number
- An integer expression representing the sequence number of the field in the buffer.
- field-name
- A CHARACTER string expression representing the name of the field in the buffer.
Note: This is a method on the
buffer object handle. For
the browse column attribute of the same name see BUFFER-FIELD attribute.