FMX.Controls.IScene.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject: TFmxObject;

C++

virtual Fmx::Types::TFmxObject* __fastcall GetObject() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls IScene

Description

Returns the current scene as a TFmxObject.

Implement GetObject to obtain the current scene as a TFmxObject.

See Also