FMX.Viewport3D.TViewport3D.GetContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContext: TContext3D;

C++

Fmx::Types3d::TContext3D* __fastcall GetContext();

Properties

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

Description

GetContext is the protected getter implementation for the Context property.

GetContext represents the implementation of the FMX.Controls3D.IViewport3D.GetContext method defined in the IViewport3D interface.

See Also