Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : NEW attribute
 

NEW attribute

Indicates whether the record in the buffer is newly created. If the record is newly created, NEW is TRUE. If the record in the buffer was read from the database, NEW is FALSE.
Data type: LOGICAL
Access: Read-only
Applies to: Buffer object handle
Note: The NEW attribute corresponds to the NEW function.