Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.
@WINACTIVE
Syntax
@WINACTIVE(<flags>)
Description
This function is used to obtain information about the currently active window. This information is needed when using certain window control commands, such as WINDOW SEND.
The flags are:
| C | returns the class name. [VDS6] For compatibility with DialogScript window functions, which accept several methods of identifying a window, the name is prefixed by a # character. |
| I | returns the window identifier. This is a numeric value. For compatibility with DialogScript window functions, which accept several methods of identifying a window, the value is prefixed by a % character. |
| N | returns the title bar text (default) |
OK
Unchanged.
Example
%W = @winactive()