FMX.Controls.TControl.InPaintTo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InPaintTo: Boolean read FInPaintTo;

C++

__property bool InPaintTo = {read=FInPaintTo, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl


Beschreibung

Gibt an, ob das Steuerelement gerade gezeichnet wird.

InPaintTo ist True, wenn das aktuelle Steuerelement gezeichnet wird.

Siehe auch