Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : DEFAULT-BUFFER-HANDLE attribute
 

DEFAULT-BUFFER-HANDLE attribute

Like static temp-tables, every dynamic temp-table is created with at least one buffer. This buffer's object handle is returned by this attribute. DEFAULT-BUFFER-HANDLE cannot be called until the TEMP-TABLE-PREPARE( ) method has been called, since the default buffer is not created until then.
Data type: HANDLE
Access: Read-only
Applies to: Temp-table object handle