GetKeyArrByHandlesArr

Top  Previous  Next

 

GetKeyArrByHandlesArr (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 Integers for the handles of the objects

sKeys()

String

An array of Strings for the key names

 

Return value:

Boolean - True on success, false on error.

 

Example