FMX.Controls.TControl.InPaintTo

From RAD Studio API Documentation
Revision as of 13:48, 22 January 2013 by L10nBot (talk | contribs) (copied from FMX.Types.TControl.InPaintTo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Controls.TControl.InPaintTo&oldid=480425"