FMX.ListView.Appearances.TAppearanceListViewItems.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TListViewItem;

C++

TListViewItem* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems

Description

Adds a new item to the list of items in a TListView collection.

The method inserts the item at the end of the list. To insert an item into the list at a specific position, use the AddItem method.

Note: You can also add items to TListView by binding to a data source. For more information and examples, see the examples in TListView.

See Also