Difference between revisions of "IsCapsLockEnabled"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function IsCapsLockEnabled: Boolean; </source> ==Availability== SCAR Divi 3.21 > Current ==Description== Returns true if t...") |
(No difference)
|
Revision as of 23:51, 27 June 2011
Definition
function IsCapsLockEnabled: Boolean;
Availability
SCAR Divi 3.21 > Current
Description
Returns true if the caps lock is enabled.
Example
begin WriteLn(IsCapsLockEnabled); end.