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

@WINATPOINT

Windows Linux macOS

Syntax

@WINATPOINT(<x pos>, <y pos>)

Description

This function can be used to obtain the window identifier of the window or an element of it (such as a button or edit box) at absolute position <x pos>, <y pos> on the screen. This value can be used in commands like WINDOW SEND or WINDOW SETTEXT.

OK

Unchanged.

Example

WINDOW SETTEXT,@winatpoint(225,304),This is the new text

See also