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.
An action method that deletes the selected content.
func delete(_ sender: Any?)The object that sent this message.
The pasteboard is unaffected by invoking this method.