Class TUIKeyShortCutList

Unit

Declaration

type TUIKeyShortCutList = class(TInterfacedObject)

Description

Hierarchy

Overview

Methods

Public procedure Add(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState); virtual;
Public procedure Remove(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState); virtual;
Public function Exists(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState): boolean; virtual;
Public constructor Create;
Public destructor Destroy; override;

Description

Methods

Public procedure Add(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState); virtual;
 
Public procedure Remove(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState); virtual;
 
Public function Exists(const Key: Word; const KeyChar: WideChar; const Shift: TShiftState): boolean; virtual;
 
Public constructor Create;
 
Public destructor Destroy; override;
 
Delphi Game Engine (c) 2021-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.