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