Difference between revisions of "AppleEventRecord.RecordParam"

From Xojo Documentation

m (1 revision)
Line 6: Line 6:
 
| parameters=Keyword as [[String]]
 
| parameters=Keyword as [[String]]
 
| type=[[AppleEventRecord]]
 
| type=[[AppleEventRecord]]
| platform=all
+
| platform=mac
 
}}
 
}}
 
An [[AppleEventRecord]] being passed as a parameter in the AppleEventRecord.
 
An [[AppleEventRecord]] being passed as a parameter in the AppleEventRecord.

Revision as of 17:40, 13 May 2010

Property (As AppleEventRecord )


aAppleEventRecord.RecordParam(Keyword as String) = newAppleEventRecordValue
or
AppleEventRecordValue = aAppleEventRecord.RecordParam(Keyword as String)

Supported for all project types and targets.

An AppleEventRecord being passed as a parameter in the AppleEventRecord.