FMX.Controls.IScene.GetObject
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.