FMX.Controls.TStyleChangedMessage.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 TStyleChangedMessage

Description

The Scene where the style change occured.

The value is nil if the change is global.

See Also