Difference between revisions of "IsCapsLockEnabled"

From SCAR Divi Manual
Jump to: navigation, search
(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 00:51, 28 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.

See Also