FMX.ListView.TPresentedListView.UsesNativePresentation
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).