Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

IInterfaceList.Put

Write an item to the list.

Declaration

Source position: classesh.inc line 2276

procedure IInterfaceList.Put(

  i: Integer;

  item: IUnknown

);

Description

Put writes the interface Item at position I in the list. It servers as the Write method for the Items property.

See also

IInterfaceList.Items

  

Provides Index-based, sequential, access to the interfaces in the list.

TList.Items

  

Provides access to the pointers in the list.


Documentation generated on: Jul 24 2023