FMX.ListView.TAdapterListView.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TStyledControl.Create */ inline __fastcall virtual TAdapterListView(System::Classes::TComponent* AOwner)/* overload */ : Fmx::Controls::TStyledControl(AOwner) { }

Properties

Type Visibility Source Unit Parent
constructor public FMX.ListView.hpp FMX.ListView TAdapterListView

Description

Creates an instance of TAdapterListView with the specified component as owner.

See Also