iOSTableCellData
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use MobileTableCellData as a replacement. |
Class (inherits from Object)
This class is supported on Mobile (iOS). Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
A cell within an iOSTable.
Properties | |||||||
|
Enumerations | |
|
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