FMX.Controls3D.IViewport3D.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.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D IViewport3D

Description

The prototype for a function that returns the object that implements this interface.

See Also