|
winFind |
|
var winFind( const name, // name or regular expression pattern var &win[][], // handle & name of each match [const regular]); // use regular expression (default = false) Find windows by the title text. name is either the exact title or a regular expression. The results are stored as pairs of window handles and titles in the array win. Returns the number of windows found. Note that the number of windows found may be larger than the win array size. |
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |