FMX.Graphics.TCanvasSaveState.Assigned

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Assigned: Boolean read FAssigned;

C++

__property bool Assigned = {read=FAssigned, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvasSaveState

Description

Specifies whether TCanvasSaveState is assigned.

Assigned is True if the current TCanvasSaveState is assigned by calling the Assign method. Assigned is False if this save state is assigned to a canvas using the AssignTo method.

See Also