FMX.Controls.IScene

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScene = interface(IStyleBookOwner)

C++

__interface  INTERFACE_UUID("{16DB110E-DA7D-4E75-BC2D-999FA12E45F5}") IScene  : public IStyleBookOwner

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Description

IScene is the interface that defines a scene of an object.

IScene provides a list of the main methods and properties that define a scene object. Implement the IScene interface to manage the style and the displayed image of a control in different scenes.

IScene is implemented and used in 3D applications. IScene is implemented and extended by TCustomLayer3D.

See Also