Vcl.ComCtrls.TRichEdit.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent;

C++

__property Transparent = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Description

Setting TCustomRichEdit.Transparent to True causes the richedit to become transparent. Its background is replaced by whatever is beneath it.

Vcl.ComCtrls.TRichEdit.Transparent inherits from Vcl.ComCtrls.TCustomRichEdit.Transparent. All content below this line refers to Vcl.ComCtrls.TCustomRichEdit.Transparent.

Setting TCustomRichEdit.Transparent to True causes the richedit to become transparent. Its background is replaced by whatever is beneath it.

When set to False it behaves as normal with its background filled with Color.

See Also