FMX.ListView.TAppearanceListView.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TAppearanceListView(System::Classes::TComponent* AOwner)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView

Description

Creates an instance of TAppearanceListView with the specified component as its owner.

See Also