Home
last modified time | relevance | path

Searched refs:PressVirtKey (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbcnumerickeyboard.pas85 procedure PressVirtKey(p: longint); procedure
130 Application.QueueAsyncCall(@PressVirtKey, VK_BACK);
144 Application.QueueAsyncCall(@PressVirtKey, vk_DotNumPad);
158 Application.QueueAsyncCall(@PressVirtKey, Ord(TBCButton(Sender).Caption[1]));
169 procedure TBCRealNumericKeyboard.PressVirtKey(p: longint); procedure
H A Dbckeyboard.pas38 procedure PressVirtKey(p: longint); procedure
87 procedure TBCKeyboard.PressVirtKey(p: longint); procedure
180 Application.QueueAsyncCall(@PressVirtKey, VK_BACK);
207 Application.QueueAsyncCall(@PressVirtKey, Ord(UpperCase(str)[1]));