Does anyone have any information on the file structure of .DFM files? If you have any documentation or know of a web-site please let me know. Thankyou.
Delphi 5 .dfm files can be saved as text, and are relatively simple to parse. You can change existing forms to save as text by right clicking and choosing Text DFM. To make all new forms created in a readable format, Go to environment options|preferences and check New forms as text.
If you still want the format of a non-text dfm file, the book Secrets of Delphi 2 by Ray Lischner has a chapter about the structure of a form file. ISBN 1-57169-026-3.
Also, in your bin directory there should be a program called convert which will convert forms to text and back again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.