TableWidget::GetFirstSelectedTableItem
Defined in:
Returns the first selected item in a table.
C4Widgets.h
Prototype
Widget *GetFirstSelectedTableItem(void) const;
Description
The GetFirstSelectedTableItem
function returns a pointer to the first selected item in a table. If there are no selected items in the table, then the return value is nullptr
. The remaining selected items in a table can be iterated by calling the TableWidget::GetNextSelectedTableItem
function for the returned widget.
See Also
TableWidget::GetNextSelectedTableItem
TableWidget::GetPreviousSelectedTableItem
TableWidget::GetLastSelectedTableItem