Difference between revisions of "AppleEventRecord.RecordParam"
From Xojo Documentation
m |
|||
Line 8: | Line 8: | ||
| platform=mac | | platform=mac | ||
}} | }} | ||
− | An [[AppleEventRecord]] being passed as a parameter in the AppleEventRecord. | + | {{Description |
+ | |text = An [[AppleEventRecord]] being passed as a parameter in the AppleEventRecord. | ||
+ | }} |
Latest revision as of 22:51, 11 January 2012
Property (As AppleEventRecord )
![]() |
This property is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aAppleEventRecord.RecordParam(Keyword as String) = newAppleEventRecordValue
or
AppleEventRecordValue = aAppleEventRecord.RecordParam(Keyword as String)
Supported for all project types and targets.
or
AppleEventRecordValue = aAppleEventRecord.RecordParam(Keyword as String)
Supported for all project types and targets.
An AppleEventRecord being passed as a parameter in the AppleEventRecord.