Contents

init(recordDescriptor:)

Initializes a newly allocated instance as a descriptor that is an Apple event record.

Declaration

convenience init(recordDescriptor: ())

Return Value

The initialized Apple event record, or nil if an error occurs.

Discussion

An Apple event record is a descriptor whose data is a set of descriptors keyed by four-character codes. You can add information to the descriptor with methods such as setAttribute(_:forKeyword:), setDescriptor(_:forKeyword:), and setParam(_:forKeyword:).

See Also

Creating and Initializing Descriptors