CURRENT-CHANGED attribute
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.