C4 Engine
C4 Engine API Documentation

TableWidget::GetFirstTableItem

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

Widget *GetFirstTableItem(voidconst;

Description
The GetFirstTableItem function returns a pointer to the first item in a table. If the table is empty, then the return value is nullptr. The remaining items in a table can be iterated by calling the Tree::GetNextSubnode function for the returned widget.
See Also

TableWidget::GetLastTableItem

TableWidget::GetTableItem

TableWidget::GetTableItemCount