FMX.ListView.Types.TListItem.SetIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetIndex(const Value: Integer); virtual;

C++

virtual void __fastcall SetIndex(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem

Description

Setter method for the Index property.

See Also