[About] Version=1.0 Author=Nic Mail=support@hiasm.ru [Type] Class=Element Info=Search for text using start and stop markers Tab=Strings [Property] StartTag=Sets the start searching text. ARG(string)|2| EndTag=Sets the stop searching text. ARG(string)|2| StartIndex=Sets the start index to search. ARG(int)|1|0 Greedy=Sets a value indicating the greedy search mode. ARG(bool)|14|1|True,False [Methods] doFind=Start the search for. ARG(string Source, string StartTag, string EndTag, int StartIndex, bool Greedy)|1|0 onResult=Occurs after the first occurence found ARG(string)|2|2 onNotFound=Occurs if the block text not found ARG(null)|2| Result=Returns the result of searching. ARG(string)|3|2 Source=Defines the text search for. ARG(string)|4|2 StartTag=Sets the start searching text. ARG(string)|4|2 EndTag=Sets the stop searching text. ARG(string)|4|2 StartIndex=Defines value specifying the index to begin searching. ARG(int)|4|1