API:FMX.ListView.TPresentedListView.UsesNativePresentation

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function UsesNativePresentation: Boolean; override;

C++

virtual bool __fastcall UsesNativePresentation(void);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TPresentedListView

説明

リスト ビューで、アプリケーションの動作プラットフォームに固有のネイティブ表示が使用されているか(True)、FireMonkey 表示が使用されているか(False)を示します。

FMX.ListView.TPresentedListView.UsesNativePresentation は FMX.ListView.TListViewBase.UsesNativePresentation を継承しています。以下の内容はすべて FMX.ListView.TListViewBase.UsesNativePresentation を参照しています。

リスト ビューで、アプリケーションの動作プラットフォームに固有のネイティブ表示が使用されているか(True)、FireMonkey 表示が使用されているか(False)を示します。