API:FMX.ListView.TPresentedListView.UsesNativePresentation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UsesNativePresentation: Boolean; override;

C++

virtual bool __fastcall UsesNativePresentation(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TPresentedListView

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).

FMX.ListView.TPresentedListView.UsesNativePresentation inherits from FMX.ListView.TListViewBase.UsesNativePresentation. All content below this line refers to FMX.ListView.TListViewBase.UsesNativePresentation.

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