Class TWindowsKeyEvents
Unit
Declaration
type TWindowsKeyEvents = class(TCrossKeyEvents)
Description
TWindowsKeyEvents
Hierarchy
- TObject
- TCrossKeyEvents
- TWindowsKeyEvents
Overview
Fields
FCurrentShiftState: TShiftState; |
Methods
procedure DoDown(Key: LongWord); override; |
|
procedure DoUp(Key: LongWord); override; |
|
function TranlateVirtualKey(Key: Word): LongWord; override; |
|
procedure Apply(Shift: TShiftState); override; |
|
procedure Unapply(Shift: TShiftState); override; |
|
constructor Create(Target: TWinControl); override; |
Description
Fields
FCurrentShiftState: TShiftState; |
|
Methods
procedure DoDown(Key: LongWord); override; |
|
: See also |
procedure DoUp(Key: LongWord); override; |
|
: See also |
function TranlateVirtualKey(Key: Word): LongWord; override; |
|
: See also |
procedure Apply(Shift: TShiftState); override; |
|
procedure Unapply(Shift: TShiftState); override; |
|
constructor Create(Target: TWinControl); override; |
|
Generated by PasDoc 0.14.0.