IsCapsLockEnabled
From SCAR Divi Manual
Definition
function IsCapsLockEnabled: Boolean;
Availability
SCAR Divi 3.21 > Current
Description
Returns true if the caps lock is enabled.
Example
begin WriteLn(IsCapsLockEnabled); end.
function IsCapsLockEnabled: Boolean;
SCAR Divi 3.21 > Current
Returns true if the caps lock is enabled.
begin WriteLn(IsCapsLockEnabled); end.