FMX.Viewport3D.TViewport3D.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject: TFmxObject;

C++

HIDESBASE Fmx::Types::TFmxObject* __fastcall GetObject();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Viewport3D.pas
FMX.Viewport3D.hpp
FMX.Viewport3D TViewport3D

Description

Returns the current control as a TFmxObject.

FMX.Viewport3D.TViewport3D.GetObject inherits from FMX.Controls.TControl.GetObject. All content below this line refers to FMX.Controls.TControl.GetObject.

Returns the current control as a TFmxObject.

See Also