Class

AppleEventRecord


Description

A record that contains a series of different data types. AppleEventRecords can be passed using AppleEvents.

Properties

Name

Type

Read-Only

Shared

BooleanParam

Boolean

DescListParam

AppleEventDescList

DoubleParam

Double

EnumeratedParam

String

FolderItemParam

FolderItem

IntegerParam

Integer

MacTypeParam

String

ObjectSpecifierParam

AppleEventObjectSpecifier

RecordParam

AppleEventRecord

SingleParam

Single

StringParam

String

Methods

Name

Parameters

Returns

Shared

LoadFromTemplate

Template As AppleEventTemplate

SetNullParam

ParameterName As String

Property descriptions


AppleEventRecord.BooleanParam

BooleanParam As Boolean

A boolean being passed as a parameter in the AppleEventRecord.


AppleEventRecord.DescListParam

DescListParam As AppleEventDescList

An AppleEventDescList object being passed as a parameter in the AppleEventRecord.


AppleEventRecord.DoubleParam

DoubleParam As Double

A Double being passed as a parameter in the AppleEventRecord.


AppleEventRecord.EnumeratedParam

EnumeratedParam As String

A four character String being passed as a parameter in the AppleEventRecord.


AppleEventRecord.FolderItemParam

FolderItemParam As FolderItem

A FolderItem being passed as a parameter in the AppleEventRecord.


AppleEventRecord.IntegerParam

IntegerParam As Integer

An integer (passed as a String) being passed as a parameter in the AppleEventRecord.


AppleEventRecord.MacTypeParam

MacTypeParam As String

A four character String being passed as a parameter in the AppleEventRecord.


AppleEventRecord.ObjectSpecifierParam

ObjectSpecifierParam As AppleEventObjectSpecifier

An AppleEventObjectSpecifier being passed as a parameter in the AppleEventRecord.


AppleEventRecord.RecordParam

RecordParam As AppleEventRecord

An AppleEventRecord being passed as a parameter in the AppleEventRecord.


AppleEventRecord.SingleParam

SingleParam As Single

A Single being passed as a parameter in the AppleEventRecord.


AppleEventRecord.StringParam

StringParam As String

A String being passed as a parameter in the AppleEventRecord.

Method descriptions


AppleEventRecord.LoadFromTemplate

LoadFromTemplate(Template As AppleEventTemplate)

Loads an Apple Event template.


AppleEventRecord.SetNullParam

SetNullParam(ParameterName As String)

Sets the parameter specified by the Keyword to a null.

Compatibility

Project Types

Console, Desktop, Web

Operating Systems

macOS

See also

Object parent class; AppleEvent class.