Class TARHotKey (unit ARHotKey)

Inherits from

TComponent

Constructors


constructor Create(AOwner : TComponent);

Public declarations


Functions

destructor Destroy;


procedure AROnKeyDown (Sender: TObject; var Key: word; Shift: TShiftState);


Properties

property HotKey : TShortCut


Events

event OnPressed : TNotifyEvent

Published declarations

Variables

VFormKeyDown : TKeyEvent;

Private declarations

VOnPress : TNotifyEvent;


VShortCut : TShortCut;



Constructors


constructor Create(AOwner : TComponent);

Public declarations


Functions


destructor Destroy;


procedure AROnKeyDown (Sender: TObject; var Key: word; Shift: TShiftState);


Properties


property HotKey : TShortCut


Events


event OnPressed : TNotifyEvent

Published declarations


Variables


VFormKeyDown : TKeyEvent;

Private declarations


VOnPress : TNotifyEvent;


VShortCut : TShortCut;