Search code examples
sqldelphiextractdfm

Is there a tool which can extract all SQL command strings from Delphi form files?


For documentation and further inspection, I would like to run an 'extract strings' on all DFM files in many projects to find all SQL statements. Are there command line tools which can do this? The DFM files are all in text format.


Solution

  • Here is a DFM Parser from Felix Colibri

    DFM Parser

    Here is an interesting tool for doing stuff like this

    YACC