FMX.Types.IRoot.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject: TFmxObject;

C++

virtual TFmxObject* __fastcall GetObject() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IRoot

Description

Returns the current object as a TFmxObject.

Implement GetObject in order to obtain the current object as a TFmxObject.

See Also