FMX.ListView.TPresentedListView.SetCreatingNativeView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCreatingNativeView(const Value: Boolean);

C++

void __fastcall SetCreatingNativeView(const bool Value);

Properties

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

Description

Sets a Boolean flag that indicates a native view is being created. It is used as a guard condition to prevent TListView logic from interfering with the presentation while a view is being initialized.