Vcl.Forms.TForm.AlphaBlend

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AlphaBlend default False;

C++

__property AlphaBlend = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Specifies whether the form is translucent.

Vcl.Forms.TForm.AlphaBlend inherits from Vcl.Forms.TCustomForm.AlphaBlend. All content below this line refers to Vcl.Forms.TCustomForm.AlphaBlend.

Specifies whether the form is translucent.

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.

See Also