FMX.ListView.Types.IListViewCustomPresentationParent.GetRootObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRootObject: TObject;

C++

virtual System::TObject* __fastcall GetRootObject() = 0 ;

Properties

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

Description

Gets the root object.
Usually, it is the same as Root.GetObject.

See Also