GetKeyArrByHandlesArr
MethodGetKeyArrByHandlesArr (Method)
Returns the key names that correspond to a specific handles array
Syntax:
Function GetKeyArrByHandlesArr(lHandles() As Integer, sKeys() As String) As Boolean
The GetKeyArrByHandlesArr method syntax consists of the following:
Parameter |
Data Type |
Description |
lHandles() |
Integer |
An array of integer handles of the objects |
sKeys() |
String |
An array of Strings for the key names |
Return value:
Boolean - True on success, false on error.