GetHandleKey

Top  Previous  Next

 

GetHandleKey (Method)

 

Returns the key name of the object with the specific handle

 

Syntax:

Function GetHandleKey(lHandle As Integer) As String

 

The GetHandleKey method syntax consists of the following:

Parameter

Data Type

Description

lHandle

Integer

Is the object's handle

 

Return value:

String - Is the key name of the object

 

Example