Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Keypressed bei OnClick (https://www.delphipraxis.net/22627-keypressed-bei-onclick.html)

Skript 20. Mai 2004 10:13


Keypressed bei OnClick
 
Hiho,

Kann ich irgendwie in einem OnClick oder MouseDown Ereigniss überprüfen, ob zusätzlich eine Keyboard-Taste gedrückt ist? z.B. für eine Multiselektion die CTRL Taste?

Gruss Skript

Tryer 20. Mai 2004 10:15

Re: Keypressed bei OnClick
 
Delphi-Quellcode:
if GetKeyState(VK_Control) < 0 then
MfG,
Tryer

Skript 20. Mai 2004 10:21

Re: Keypressed bei OnClick
 
Super, Danke! :thuimb:


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:03 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz