FMX.Graphics.TCanvas.CreateSaveState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateSaveState: TCanvasSaveState; virtual;

C++

virtual TCanvasSaveState* __fastcall CreateSaveState(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas


Description

Creates a TCanvasSaveState object when the SaveState methods is called. It is for internal use only.

See Also