Vcl.ComCtrls.TListItems.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItem(Index: Integer; Value: TListItem);

C++

void __fastcall SetItem(int Index, TListItem* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItems

Description

Represents the abstract setter method for the Item property.

SetItem is the setter method for the Item property.

See Also