RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TImage.Transparent Property

Specifies whether the background of the image obscures objects below the image object.

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

Set Transparent to true to allow objects behind the TImage object to show through the background of the image. Set Transparent to false to make the background of the image opaque. Setting Transparent sets the Transparent property of the Picture.

Note: Transparent has no effect unless the Picture property specifies a TBitmap object.
 

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