FMX.ListBox.TCustomComboBox.SetNewScene

From RAD Studio API Documentation
Jump to: navigation, search

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.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Sets a new Scene for the current control.

Sets a new Scene for the current control.

FMX.ListBox.TCustomComboBox.SetNewScene inherits from FMX.Controls.TControl.SetNewScene. All content below this line refers to FMX.Controls.TControl.SetNewScene.

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