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 |
---|---|---|---|
AppleEventRecord |
|||
Methods
Name |
Parameters |
Returns |
Shared |
---|---|---|---|
Template As AppleEventTemplate |
|||
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
All project types on all supported operating systems.
See also
Object parent class; AppleEvent class.