|
|
|
|
|
WindowCount (Function) In french: NombreFenêtre Calculates the number of windows currently opened in the current application.
IF WindowCount() >= 1 THEN
Info("There are " + WindowCount() + "opened windows")
ELSE
Info("No window is opened")
END
Syntax <Result>: Integer - Number of windows currently opened,
- 0 if the function is run in the initialization code of the project.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|