[About] Version=1.0 Author=Dilma Mail=support@hiasm.com [Type] Class=Element Info=Converts the specified string to lowercase or uppercase Tab=Strings [Property] Type=Lower - convert to lowercase, Upper - convert to uppercase. ARG(enum)|14|0|Lower,Upper Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doModify=Converts the string specified by Type property. ARG(string SrcStr)|1|0 onModify=Occurs after converting the string and returns the result. ARG(string)|2|2 Result=Returns the converted string. ARG(string)|3|2 SrcStr=Defines the source string. ARG(string)|4|2