CURRENT-CHANGED attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Indicates whether a record in a buffer is different following a FIND CURRENT or GET CURRENT statement or method. If the record is different, CURRENT-CHANGED is TRUE. Otherwise, CURRENT-CHANGED is FALSE.
Data type: LOGICAL
Access: Read-only
Applies to: Buffer object handle
Note: The CURRENT-CHANGED attribute corresponds to the CURRENT-CHANGED
function.