The TPageControl Component in Delphi does not have a DoubleClick-Event so I made my own. Currently, my custom DoubleClick event gets called when i click twice within 300ms. But I was wondering if there's a way to get the double click speed value that's set in the Windows control panel.
Does anyone know of a way of accessing that value? It's not super crucial. I can just hardcode a value like 300ms, but I think it would be really cool if it was the actual value. Maybe with the Windows API?
Thanks!