FMX.ListView.Types.IListViewPresentationParent.SetCreatingNativeView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCreatingNativeView(const Value: Boolean);

C++

virtual void __fastcall SetCreatingNativeView(const bool Value) = 0 ;

Properties

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

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.