Search code examples
delphifiremonkey

Delphi fmx how to click through image and form?


I make a transparent form with TImage and can't click mouse through image. Through transparent form I can click without problems, but no idea how to click through image.


Solution

  • SetWindowLong(Handle, GWL_EXSTYLE, WS_EX_LAYERED or WS_EX_TRANSPARENT);