iOSTableCellData

From Xojo Documentation

Class (inherits from Object)

A cell within an iOSTable.

Properties
AccessoryType Handle fa-lock-32.png Text
Control fa-lock-32.png Image
DetailText Tag
Enumerations
AccessoryTypes

Notes

You cannot directly create an iOSTableCellData object using its constructor. Instead use the iOSTable.CreateCell or iOSTable.CreateCustomCell methods.

See Also

iOSTable, iOSCustomTableCell controls; iOSTableDataSource interface