Contents

delete(_:)

An action method that deletes the selected content.

Declaration

func delete(_ sender: Any?)

Parameters

  • sender:

    The object that sent this message.

Discussion

The pasteboard is unaffected by invoking this method.

See Also

Cut, Copy and Paste Action Methods