79246453

Date: 2024-12-03 06:19:33
Score: 3.5
Natty:
Report link

if DwmCompositionEnabled then begin // This will hide the window. var bValue: Bool; bValue := False; DwmSetWindowAttribute(FMXHandleToHWND(Handle), DWMWA_CLOAK, @bValue, SizeOf(bValue)); end;

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @bValue
  • Low reputation (1):
Posted by: Jeff Taylor