Description
Values for specifying the DataWindow buffer containing the rows you want to access.
Used in many DataWindow methods that access data.
Values
PowerBuilder enumerated value |
Numeric value |
Meaning |
---|---|---|
Primary! |
0 |
The data in the primary buffer, meaning data that has not been deleted or filtered out. (Default value when argument is optional.) |
Delete! |
1 |
Data in the delete buffer, meaning data that has been deleted from the DataWindow but has not been committed to the database. |
Filter! |
2 |
Data in the filter buffer, meaning data that has been removed from view. |
See also