mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-08 02:45:59 +02:00
LCL: use TShortcut from the classes unit
git-svn-id: trunk@14768 -
This commit is contained in:
parent
8609fa32cd
commit
92bc6dea2c
@ -2582,9 +2582,6 @@ type
|
|||||||
function CS_To_String(CompStyle: Integer): String;
|
function CS_To_String(CompStyle: Integer): String;
|
||||||
// key mapping
|
// key mapping
|
||||||
|
|
||||||
type
|
|
||||||
TShortCut = Low(Word)..High(Word); {should be moved to classes}
|
|
||||||
|
|
||||||
function HiWord(i: integer): word;
|
function HiWord(i: integer): word;
|
||||||
function LoWord(i: integer): word;
|
function LoWord(i: integer): word;
|
||||||
function Char2VK(C : Char) : Word;
|
function Char2VK(C : Char) : Word;
|
||||||
|
@ -40,6 +40,7 @@ interface
|
|||||||
// the uses clause of the XXXintf.pp
|
// the uses clause of the XXXintf.pp
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
uses
|
uses
|
||||||
|
Classes,
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
// To get as little as posible circles,
|
// To get as little as posible circles,
|
||||||
// uncomment only when needed for registration
|
// uncomment only when needed for registration
|
||||||
|
Loading…
Reference in New Issue
Block a user