WaitForCursor

Z Wiki
Verze z 2. 11. 2023, 09:11, kterou vytvořil SamiecK (diskuse | příspěvky) (Založena nová stránka s textem „Waiting time in seconds for the specified cursor to appear/disappear.“)
Přejít na: navigace, hledání
Jiné jazyky:
English • ‎čeština

Description

Alias: WFCR

Waits for a specified type of cursor.

Depending on the value of the WaitMode parameter, it waits for the cursor type given by the Cursor parameter to display or disappear. It is possible to set the maximum waiting time with the Wait parameter and the delay between detection Interval. If the cursor does not appear (or does not disappear) the command ends with an error.

Input parameters

Cursor

Type Number

Cursor type.

WaitMode

Type Number

Wait mode (0=wait to display, 1=wait to disappear).

Wait

Type Number

Waiting time in seconds for the specified cursor to appear/disappear.

Interval

Typ Number

Prodleva v ms mezi zjišťováním kurzoru.

Enabled

Typ Number

Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.

PreWait

Typ Number

Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.

PostWait

Typ Number

Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.

Výstupní parametry