System.Classes.IInterfaceList.Put

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Put(Index: Integer; const Item: IInterface);

C++

virtual void __fastcall Put(int Index, const System::_di_IInterface Item) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes IInterfaceList

Description

Replaces an interface in the list with a specified interface.

Put is the write implementation of the Items property.

Index is the index of the interface to replace.

Item is the interface that replaces the interface identified by Index.

See Also