|
FindHandlesArrByKey |
Top Previous Next |
|
FindHandlesArrByKey (Method)
Finds the handles of the objects that contain a specific string in their key names
Syntax: Function FindHandlesArrByKey(sKey As String, lHandles() As Integer, fFindWholeWordOnly As Boolean, fMatchCase As Boolean) As Integer
The FindHandlesArrByKey method syntax consists of the following:
Return value: Integer - Is the total number of the objects found with the specific string key name
|