System.Classes.IInterfaceList.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: Integer);

C++

virtual void __fastcall Delete(int Index) = 0 ;

Properties

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

Description

Deletes an interface from the list.

Call Delete to delete an interface from the list.

See Also