IsCapsLockEnabled

From SCAR Divi Manual
Revision as of 16:32, 10 November 2012 by Freddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

function IsCapsLockEnabled: Boolean;

Availability

SCAR Divi 3.21 > 3.34

Description

Returns true if the caps lock is enabled.

Example

begin
  WriteLn(IsCapsLockEnabled);
end.

See Also