Contents

setParam(_:forKeyword:)

Adds a descriptor to the receiver as an Apple event parameter identified by the specified keyword.

Declaration

func setParam(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)

Parameters

  • descriptor:

    The parameter descriptor to add to the receiver.

  • keyword:

    A keyword (a four-character code) that identifies the parameter descriptor to add. If a descriptor with that keyword already exists in the receiver, it is replaced.

Discussion

The receiver must be an Apple event or Apple event record, both of which can contain parameters.

See Also

Working With Apple Event Descriptors