Class

AppleEventTemplate


Description

A template object for creating AppleEvent objects.

Properties

Name

Type

Read-Only

Shared

FolderItemParam

FolderItem

IntegerParam

Integer

StringParam

String

Property descriptions


AppleEventTemplate.FolderItemParam

FolderItemParam As FolderItem

A FolderItem being passed as a parameter in the AppleEvent.


AppleEventTemplate.IntegerParam

IntegerParam As Integer

An Integer being passed as a parameter in the AppleEvent.


AppleEventTemplate.StringParam

StringParam As String

A String being passed as a parameter in the AppleEvent.

Compatibility

All project types on all supported operating systems.

See also

Object parent class; AppleEvent class.