FMX.Controls.TControl.SetInPaintTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInPaintTo(Value: Boolean);

C++

void __fastcall SetInPaintTo(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Sets the InPaintTo property.

Value specifies the value to set the InPaintTo to.

SetInPaintTo is used internally by PaintTo to have the InPaintTo flag set while the control is being painted. Value is likewise applied to all of the control's children.

See Also