Class TSetKey (unit SetKey)

Inherits from

TComponent

Constructors


constructor Create(AOwner :TComponent);

Protected declarations


Functions

procedure SetCapsLock( value : TKeyState );

Set the SystemKey to its original value, who can teach me a good way? :)

procedure SetNumLock( value : TKeyState );


procedure SetScrollLock( value : TKeyState );


procedure SetSystemKey( value : TKeyState );


Properties

property CapsLock : TKeyState

Public declarations

property NumLock : TKeyState


property ScrollLock : TKeyState


property SystemKey : TkeyState


Events

Variables

FCapsLock : TKeyState;


FNumLock : TKeyState;


FScrollLock : TKeyState;


FSystemKey : TKeyState;



Constructors


constructor Create(AOwner :TComponent);

Protected declarations


Functions


procedure SetCapsLock( value : TKeyState );

Set the SystemKey to its original value, who can teach me a good way? :)


procedure SetNumLock( value : TKeyState );


procedure SetScrollLock( value : TKeyState );


procedure SetSystemKey( value : TKeyState );


Properties


property CapsLock : TKeyState

Public declarations


property NumLock : TKeyState


property ScrollLock : TKeyState


property SystemKey : TkeyState


Events


Variables


FCapsLock : TKeyState;


FNumLock : TKeyState;


FScrollLock : TKeyState;


FSystemKey : TKeyState;