IsCapsLockEnabled

From SCAR Divi Manual
Revision as of 00:51, 28 June 2011 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> function IsCapsLockEnabled: Boolean; </source> ==Availability== SCAR Divi 3.21 > Current ==Description== Returns true if t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

function IsCapsLockEnabled: Boolean;

Availability

SCAR Divi 3.21 > Current

Description

Returns true if the caps lock is enabled.

Example

begin
  WriteLn(IsCapsLockEnabled);
end.

See Also