SetHandleKey
MethodSetHandleKey (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 |
The handle of the object |
sKey |
String |
The key name |
Return value:
Boolean - True on success, false on error.