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