FMX.Controls.TControl.InPaintTo
Delphi
property InPaintTo: Boolean read FInPaintTo;
C++
__property bool InPaintTo = {read=FInPaintTo, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Specifies whether the control is currently being painted.
InPaintTo is True if the current control is being painted.