Values for specifying the DataWindow buffer containing the rows you want to access.
Used in many DataWindow methods that access data.
PocketBuilder enumerated value |
Web DataWindow |
Numeric value |
Meaning |
---|---|---|---|
Primary! |
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! |
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! |
Filter |
2 |
Data in the filter buffer, meaning data that has been removed from view. |
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |