acMakeOpaqueWindow procedure
Advanced GDI routines
Return to Introduction  Previous page  Next page
Unit
acGraphics  

Declaration
procedure acMakeOpaqueWindow(Wnd: THandle);  

Description
The acMakeOpaqueWindow procedure returns the translucent form to its normal state clearing the layered attributes from the window style (clearing the WS_EX_LAYERED attribute).  
 
To make the form translucent — use acMakeTranslucentWindow.  

See also
acMakeTranslucentWindow procedure and acWin2kEffects component.