RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TForm.AlphaBlend Property

Specifies whether the form is translucent.

Pascal
property AlphaBlend: Boolean;
C++
__property Boolean AlphaBlend;

Set AlphaBlend to specify that the form represents a layered window that allows a translucent color. The AlphaBlendValue property specifies the degree of translucency.

Note: AlphaBlend does not work on all systems. The application must be running under Windows 2000 or better, and the machine must be a P90 or better.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!