FMX.ListView.Types.IListViewController.UsesNativePresentation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UsesNativePresentation: Boolean;

C++

virtual bool __fastcall UsesNativePresentation(void) = 0 ;

Properties

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

Description

Indicates whether the list view uses a native presentation specific to the platform where your application is running (True), or a FireMonkey presentation (False).