System.Classes.TList.Put

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Put(Index: Integer; Item: Pointer);

C++

void __fastcall Put(int Index, void * Item);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TList

Description

Stores an item at a specified position in the list.

Put is the protected write implementation of the Items property. Put replaces an item from the TList list with a specified item.

See Also