Difference between revisions of "AppleEventRecord.StringParam"
From Xojo Documentation
m (1 revision) |
|||
Line 6: | Line 6: | ||
| parameters=Keyword as [[String]] | | parameters=Keyword as [[String]] | ||
| type=[[String]] | | type=[[String]] | ||
− | | platform= | + | | platform=mac |
}} | }} | ||
A [[String]] being passed as a parameter in the AppleEventRecord. | A [[String]] being passed as a parameter in the AppleEventRecord. |
Revision as of 17:41, 13 May 2010
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.StringParam(Keyword as String) = newStringValue
or
StringValue = aAppleEventRecord.StringParam(Keyword as String)
Supported for all project types and targets.
or
StringValue = aAppleEventRecord.StringParam(Keyword as String)
Supported for all project types and targets.
A String being passed as a parameter in the AppleEventRecord.