FMX.Controls.TStyleChangedMessage.Scene

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Scene: IScene read FScene;

C++

__property _di_IScene Scene = {read=FScene};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleChangedMessage


Beschreibung

Die Szene, in der die Stiländerung auftrat.

Der Wert ist nil, wenn die Änderung global ist.

Siehe auch