GetHandlesByKey

Top  Previous  Next

 

GetHandlesByKey (Method)

 

Returns the number and the handles of all the objects that have the specific key name

 

Syntax:

Function GetHandlesByKey(sKey As String, lHandles() As Integer) As Integer

 

The GetHandlesByKey method syntax consists of the following:

Parameter

Data Type

Description

sKey

String

Is the key name

lHandles()

Integer

A array of Integers for the handles of the objects that have this key name

 

Return value:

Integer - Is the total number of the objects which have this key name

 

Example