BBjGridSortInfo::getRelated
Description
In BBj 24.20 and higher, this method returns the same value as BBjStandardGrid::isColumnSortedByRelatedData.
Syntax
| Return Value | Method |
|---|---|
|
boolean |
getRelated() |
Parameters
None.
Return Value
Returns whether the column is set to be sorted by related data.
- true (1) = The column is sorted by related data.
- false (0) = The column is not sorted by related data.
Example
|
Version History
See Also
BBjStandardGrid::isColumnSortedByRelatedData
BBjStandardGrid::setColumnSortedByRelatedData
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.