SetHandleKey

Top  Previous  Next

 

SetHandleKey (Method)

 

Sets the key name of the object with the specific handle

 

Syntax:

Function SetHandleKey(lHandle As Integer, sKey As String) As Boolean

 

The SetHandleKey method syntax consists of the following:

Parameter

Data Type

Description

lHandle

Integer

Is the handle of the object

sKey

String

Is the key name

 

Return value:

Boolean - True on success, false on error.

 

Example