Vcl.ComCtrls.TCustomRichEdit.Transparent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Transparent: Boolean read FTransparent write SetTransparent default False;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit


Beschreibung

Wird TCustomRichEdit.Transparent auf True festgelegt, wird das RichEdit transparent dargestellt. Sein Hintergrund wird durch das ersetzt, was sich unter dem RichEdit befindet.

Bei False verhält sich das RichEdit normal, wobei der Hintergrund mit der in Color angegebenen Farbe gefüllt ist.

Siehe auch