Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : BufferHdl property
 

BufferHdl property

(Windows only; GUI for .NET only)
For a create row operation, this is the buffer handle for the newly created row. For a cancel create row operation, this is the buffer handle to the previously created row to delete.
You can use this property when the BindingSource object is bound to a ProDataSet object. This property applies to all tables displayed in the .NET control.
When the BindingSource object is bound to a query, this property returns the Unknown value (?).
Data type: HANDLE
Access: PUBLIC Read-only
Applies to: Progress.Data.CancelCreateRowEventArgs class, Progress.Data.CreateRowEventArgs class

See also

BufferName property, CancelCreateRow event, Created property, CreateRow event