Borland Delphi DFM Grammar for reading *.dfm files that encode layout of forms
Have you ever tried to open .DFM files outside Delphi? They usually show up as junk in Notepad, because they are not text files! FormRead is a utility that allows you to read .DFM files as text, and modify them. This gives you a file view on the left
This is a quick and dirty utility to replace all instances of a given string with another string for all DFM and optionally PAS files. The DFM files will be converted to text before the replace occurs. This means that forms will be converted to the
DFMToSource is a source code generator for Delphi / C++Builder. DFMToSource allows you to include the DFM/XFM data into the Delphi or C++Builder source code. So, the DFM files are no more required to distribute components or projects, compiled or not
Checkbox Changer can be used in a form to either check or uncheck all the check boxes all at once. The JavaScript contains three buttons ? one to check all the check boxes, the second to uncheck all the check boxes and the third to toggle between che
DFMToSource is a source code generator for Delphi and C++Builder.aIt helps you to dynamically create VCL components or forms at runtime. The bitmaps or icons included in the components are converted to source code. No more DFM file required......
Animated cursor (saved in the dfm-file).
Project Genie prints all the Units for any Project, incl. Forms, *.DFM files & any included database table structure(s). The mission of ProjGenie II Pro is to automate documentation of a Project's entire source code. Demo version is limited
Trans-Form-Matic is a tool for Windows programmers that automatically converts DFM (Delphi form) files into Windows Forms code. The software's output is compatible with the code generated by Visual Studio's form designer. The GUI conversion can be
If you want to integrate pascal scripting language into your application this component is for you. Features:Can load and execute DFM+PAS filesAny VCL component / procedure / function can be used in scriptsAutomatical unit |