FMX.Controls.TControl.Scene

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scene: IScene read FScene;

C++

__property _di_IScene Scene = {read=FScene};

Properties

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

Description

Specifies the current scene in which the control is drawn.

The Scene of the control is also the scene of its children.

See Also