I need to do a SearchReplace in all my forms (all the dfm) for changing all the occurences of ':' to ';' in all the TQuery.Strings (of type TStrings).
How can I accomplish this? I'd like to do it at desing time: I would like that my dfm contain ";", not do a runtime substitution.
