BBjGridSortInfo
Description
In BBj 24.20 and higher, this object returns a snapshot of the current sorting status of a BBjStandardGrid column.
Creation
BBjAPI > BBjSysGui > BBjWindow > BBjStandardGrid > BBjGridSortInfo
A BBjVector of BBjGridSortInfo objects is created through the BBjStandardGrid:
| Return Value | Method |
|---|---|
Methods of BBjGridSortInfo
| Return Value | Method |
|---|---|
|
int |
|
|
int |
|
|
int |
Constants
| Value | Constant |
|---|---|
|
+1 |
SORT_ASCENDING |
|
-1 |
SORT_DESCENDING |
|
0 |
SORT_NONE |
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.