Icon FindUsingPartials Method

virtual bool __fastcall FindUsingPartials(const
      System::UnicodeString S, int &Index)

Usage

Use the FindUsingPartials method to find a given string in the string list where the list may contain strings with wildcard (*) characters. This method returns True if the string is found in the list and False if it is not. If the string is found, the Index variable parameter will contain the 0-based position of the string in the string list.
Image