I need to detect what kind of component the user has clicked on. For this I am using the following check, every time the left mouse button is clicked:
if FindDragTarget(Mouse.CursorPos, True).ClassType = TEdit then
//Código
However, when th...
asked by
07.08.2017 / 21:49