Vcl.Forms.TCustomForm.TransparentColorValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransparentColorValue: TColor read FTransparentColorValue write SetTransparentColorValue;

C++

__property System::Uitypes::TColor TransparentColorValue = {read=FTransparentColorValue, write=SetTransparentColorValue, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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