MobileTableCellData
From Xojo Documentation
Class (inherits from Object)
This class is supported on Mobile. Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
New in 2020r2
A cell within an iOSTable.
Enumerations | |
|
Properties | |||||||
|
Notes
You cannot directly create an MobileTableCellData object using its constructor. Instead use the iOSMobileTable.CreateCell or iOSMobileTable.CreateCustomCell methods.
Compatibility
iOS project type on iOS and iPadOS operating systems.
See Also
iOSMobileTable, MobileTableCustomCell controls; iOSTableDataSource interface