FMX.ListView.Appearances.TListViewItem.SetIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetIndex(const Value: Integer); override;

C++

virtual void __fastcall SetIndex(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem

Description

Setter method for the Index property.

FMX.ListView.Appearances.TListViewItem.SetIndex inherits from FMX.ListView.Types.TListItem.SetIndex. All content below this line refers to FMX.ListView.Types.TListItem.SetIndex. Setter method for the Index property.

See Also