Vcl.Forms.TForm.TransparentColorValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransparentColorValue: TColor read FTransparentColorValue write SetTransparentColorValue default 0;

C++

__property TransparentColorValue = {default=0};

Properties

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

Description

Indicates the color on the form that appears transparent when TransparentColor is true.

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

Indicates the color on the form that appears transparent when TransparentColor is true.

Use TransparentColorValue to indicate the color that appears transparent when the TransparentColor property is true.

Note: If the application uses a 16-bit color palette, TransparentColorValue must be a basic color.

See Also