Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IModule > Methods
IModule.RemoveImport(IModuleImport) Method
Removes the specified module from the import list. The index of item removed is returned, or -1 if the import module was not found
Namespace: IECSInterfaces
Delphi
public function RemoveImport( const Module: IModuleImport ): Integer; overload;
Parameters
Module
Type: IModuleImport
Type: Integer
•IModule
•IECSInterfaces