Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FindWindow


...

Finds a window based on the given criteria. Returns the window handle if successful or 0 if the window is not found.

Contains, Excludes and Exact are optional.

...


Syntax:

Procedure: FindWindow(StartsWith, Contains, Excludes: String; Exact: Boolean): Integer;

Contains, Excludes, and Exact are optional.


API Call:

Code Block
languagedelphi
titleScripting
linenumberstrue
collapsetrue
focuswindow(Findwindow('Properties'));