TableWidget::GetNextSelectedTableItem
Defined in:
Returns the next selected item in a table.
C4Widgets.h
Prototype
Widget *GetNextSelectedTableItem(const Widget *widget) const;
Parameters
widget |
A pointer to a selected item for which the next selected item is returned. |
Description
The GetNextSelectedTableItem
function returns a pointer to the selected table item that follows the selected item specified by the widget
parameter. If there is no next selected item (i.e., the item specified by widget
is the last selected item), then the return value is nullptr
.
See Also
TableWidget::GetPreviousSelectedTableItem
TableWidget::GetFirstSelectedTableItem
TableWidget::GetLastSelectedTableItem