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= | + | | 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 )
![]() |
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.