FMX.ListView.Types.TListItemView.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Insert(const Index: Integer; const Value: TListItemDrawable);

C++

void __fastcall Insert(const int Index, TListItemDrawable* const Value);

Properties

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

Description

Inserts the specified list item drawable at the specified index of the view list.

See Also