BBjStandardGrid::unsort
Description
In BBj 6.0 and higher, this BBjStandardGrid method removes all sorting directives and displays the grid in its unsorted row order.
Syntax
Return Value |
Method |
void |
unsort() |
void |
unsort(boolean revertAllSortByRelated, boolean revertAllUserSortable) |
Parameters
None.
Return Value
None.
Remarks
This method, unsort(), is equivalent to unsort(TRUE, FALSE).
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.