Description

Gets the handle for the window.

Syntax

rv = Window_Services("GetHandle", ClassName, CaptionText, AllHandles)

Parameters

ParameterDescription
ClassName

Class Name to the window. This is ignored if there is a handle.

CaptionText

Caption text of the window. This is ignored if there is a handle or class name.

AllHandles

Flag that determines if all handles should be returned rather than the first match. Only works when finding handles by CaptionText.

Version

16.0.21

  • No labels