VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

@WINCLASS

Windows Linux macOS

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))

See also