2.161 .ignorecursor

This attribute decides whether windows and dialogs shall ignore the cursor (see also .overridecursor); this happens if the value is set at true.

Definition

  • Data type

    boolean

  • Access

    get, set

  • changed event

    yes

Remarks

Example

Except for one window, a temporary wait cursor is set for the entire dialog.

window Wi
{
  .ignorecursor true;
  .cursor CursorCross;
}
on Pb select
{
  setup.overridecursor := CursorWait;
}

See also

Attribute .overridecursor