remove(withKeyword:)
Removes the receiver’s descriptor identified by the specified keyword.
Declaration
func remove(withKeyword keyword: AEKeyword)Parameters
- keyword:
A keyword (a four-character code) that identifies the descriptor to remove.
Discussion
The receiver must be an Apple event or Apple event record. Currently provides no indication if an error occurs.