iOSMobileTable.RowEditingStyles

From Xojo Documentation

Enumeration
iOSMobileTable.RowEditingStyles

New in 2020r2

The styles available for when a row is being edited.

Values

Name 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.

Notes

Set the style for specific rows in the RowEditingStyle event handler.