C4 Engine
C4 Engine API Documentation

TableWidget::GetFirstSelectedTableItem

Defined in:  C4Widgets.h
Returns the first selected item in a table.
Prototype

Widget *GetFirstSelectedTableItem(voidconst;

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

TableWidget::GetSelectedTableItem

TableWidget::GetSelectedTableItemCount