System.Classes.IInterfaceList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(const Item: IInterface): Integer;

C++

virtual int __fastcall Add(const System::_di_IInterface Item) = 0 ;

Properties

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

Description

Adds an interface to the list.

Call Add to add an interface to the list.

See Also