La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
@WINCLASS
Syntax
@WINCLASS(<window>)
Description
This function returns the window class name of the window specified in <window>, which contains a window identifier. The class name is one of the ways that a Visual DialogScript program can identify a window.
OK
Unchanged.
Example
%C = @winclass(@winatpoint(256,72))