Difference between revisions of "AppleEventRecord.EnumeratedParam"
From Xojo Documentation
(SMBot: new page by automated transformation) |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
| parameters=Keyword as [[String]] | | parameters=Keyword as [[String]] | ||
| type=[[String]] | | type=[[String]] | ||
− | | platform= | + | | platform=mac |
+ | }} | ||
+ | {{Description | ||
+ | |text = A four character [[String]] being passed as a parameter in the AppleEventRecord. | ||
}} | }} | ||
− |
Latest revision as of 22:10, 11 January 2012
Property (As String )
![]() |
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.EnumeratedParam(Keyword as String) = newStringValue
or
StringValue = aAppleEventRecord.EnumeratedParam(Keyword as String)
Supported for all project types and targets.
or
StringValue = aAppleEventRecord.EnumeratedParam(Keyword as String)
Supported for all project types and targets.
A four character String being passed as a parameter in the AppleEventRecord.