Actionsheet question

Hi,

Is it possible to show the Actionsheet without the red "Delete" button ?

Even when i use :

TMSFMXNativeUIActionSheet1.Buttons.Clear;

it keeps showing the red Delete button.

Am i missing something ?

Cheers,

Paul


Hi



the buttons collection is used to show additional buttons, the cancel and delete button are shown with the string properties cancelbutton and destructivebutton, this is also explained in the documentation in the property descriptions of the ActionSheet



Kind regards,

Pieter