Description
Activates the window and displays it in its current size and position. If the class name or window caption is passed in, only the first instance of any window will be hidden. The developer will need to call the Hide service multiple times until there are no more matching windows.
Syntax
rv = Window_Services("Show", Handle, ClassName, CaptionText)
Parameters
Parameter | Description |
---|---|
Handle | Handle to the window. |
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. |
Version
16.0.21