BufferName property
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only; GUI for .NET)
For a create row operation, this is the buffer name for the newly created row. For a cancel create row operation, this is the buffer name of 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: CHARACTER
Access: PUBLIC Read-only
Applies to: Progress.Data.CancelCreateRowEventArgs class, Progress.Data.CreateRowEventArgs class
See also
BlockId property, CancelCreateRow event, Created property, CreateRow event