Class TUIKeyShortCutList
Unit
Declaration
type TUIKeyShortCutList = class(TInterfacedObject)
Description
Hierarchy
- TInterfacedObject
- TUIKeyShortCutList
Overview
Methods
![]() |
procedure Add(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState); virtual; |
![]() |
procedure Remove(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState); virtual; |
![]() |
function Exists(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState): boolean; virtual; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
Description
Methods
![]() |
procedure Add(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState); virtual; |
![]() |
procedure Remove(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState); virtual; |
![]() |
function Exists(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState): boolean; virtual; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
Generated by PasDoc 0.16.0.