iOSTable.RowEditingStyles
From Xojo Documentation
Enumeration
The styles available for when a row is being edited. Set the style for specific rows in the RowEditingStyle event handler.
Values
Enum | Description |
---|---|
None | The row will have no editing control shown. |
Delete | The row will have the deletion editing style, indicated with a red minus sign. |
Insert | The row will have the insertion editing style, indicated with a green plus sign. This is the default for editable rows. |