FMX.Controls.TControl.TempCanvas

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TempCanvas: TCanvas read FTempCanvas write SetTempCanvas;

C++

__property Fmx::Graphics::TCanvas* TempCanvas = {read=FTempCanvas, write=SetTempCanvas};

Properties

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

Description

Temporary copy of the canvas on which the control is drawn.

It is used internally in the process of painting. Do not use it in applications.

See Also