Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IModule > Methods
IModule.IndexOfImport(IModuleImport) Method
Returns the index in the import list of the specified module. If the import module is not found, the function returns -1
Namespace: IECSInterfaces
Delphi
public function IndexOfImport( const Module: IModuleImport ): Integer; overload;
Parameters
Module
Type: IModuleImport
Type: Integer
•IModule
•IECSInterfaces