| UtilsLib Xojo and Real Studio plugin |
|
GetIndString Method
To get a string from a indexed STR# resource, use the GetIndString function.
GetIndString(
strListId as Integer,
index as Integer) as String
Parameters
- strListId
- resource id of the STR# resource.
- index
- indentifies which string to get.
Returns
- String
Remarks
returns the specified string.
Supported Platforms:
MacOS X CarbonMacOS X CocoaUnsupported Platforms:
Win32 - WindowsLinux x86
See Also
GlobalMethods Global