FMX.Presentation.Style.TStyledPresentation.SetNewScene

From RAD Studio API Documentation

Delphi

procedure SetNewScene(AScene: IScene); override;

C++

virtual void __fastcall SetNewScene(Fmx::Controls::_di_IScene AScene);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

Sets a new Scene for the current control. Sets a new Scene for the current control. {{#multireplace:FMX.Presentation.Style.TStyledPresentation.SetNewScene|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.SetNewScene|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.SetNewScene|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sets a new Scene for the current control.

AScene specifies the new scene. If AScene is empty, SetNewScene does nothing.

SetNewScene sets the same scene for the control's children.

See Also