Vcl.ComCtrls.TCustomRichEdit.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read FTransparent write SetTransparent default False;

C++

__property bool Transparent = {read=FTransparent, write=SetTransparent, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

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