Tagged Questions
The dfm tag has no wiki summary.
7
votes
1answer
415 views
Longevity of using the Delphi text DFM format for my own store and retrieve
Over time I've rolled my own formats for saving and loading object properties but on having to revisit this I'm wondering about using Delphi's own text DFM format. I know tha this is really an ...
7
votes
4answers
487 views
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 ...
7
votes
4answers
1k views
Delphi - Why does ExplicitWidth and ExplicitHeight keep appearing in .DFM files and what is it?
We've noticed that when checking in updates that our .DFM files have had ExplicitWidth and ExplicitHeight properties added for what appears to be no particular reason.
My two questions are, what are ...
6
votes
8answers
2k views
Does Delphi sometimes revert text form files (DFM) to binary format?
Our Delphi 7 development team stores form files (dfm) in text mode, and uses a source control system (Subversion) to track changes.
Sometimes, we noticed that a form file returned to binary format ...
4
votes
1answer
304 views
Are there any Delphi DFM to Delphi source code convertion tools?
The Delphi form designer is very good but we need to work directly from source. Is there a tool or script that can take a batch of DFM files and convert them to Delphi source code?
4
votes
4answers
400 views
Delphi DFM not found
I am having one xyz.pas file reference in my project. But that file is not with me. I am having the xyz.dcu and xyz.obj file of that xyz.pas file.
When I tried to compile the project I have got the ...
4
votes
3answers
324 views
Is there a Delphi option to 'lock' the design (layout) of a form against accidental changes?
After years of Delphi development I now have hundreds of forms shared throughout our Applications. Compilation ranges from Delphi 7 through to XE, thus one form might be opened in any IDE. The ...
4
votes
3answers
634 views
Migrating Delphi DFM's with special characters to D2009
I've got a number of Delphi forms where we use a couple of special characters - the 'degree' symbol, and the 'ohms' symbol. These characters are used in label captions saved in the DFM file and are ...
3
votes
2answers
282 views
Help with Delphi DFM generation based on Database Tables (Scaffolding?)
I'm new to delphi and I'm looking up on ways to learn more about delphi underlying technology plus make something useful here in my job in the process, also if anyone has any tip or see anyway i can ...
3
votes
6answers
2k views
Delphi “EClassNotFound” errors, and corrupted DFM possibility (UPDATED)
I am getting a cascading set of "EClassNotFound" errors in in my Delphi 2007 project. Doesn't seem to be caused by the missing Name property value as often is the case, and though adding ...
2
votes
4answers
302 views
Moving to use of Delphi packages - best practice please?
I am trying to start making my own libraries avaialble as packages prior to compiling my Apps with these packages hence modularising my code. For years I've 'sort of' understood packages, breathing a ...
2
votes
3answers
388 views
How to do bulk -transformation of form to frame- in Delphi?
I have a form with aprox with 200 visual components on it, with a lot of events assigned, and I need to change it now to a frame.I don't have enough time to copy all the components,re-arrange all the ...
2
votes
0answers
340 views
TFrame component : Resource not found
Tool: Delphi 6 Pro
I created a new component in my main components package that is a descendant of TFrame using the Component -> New Component option. When I try to draw the component on a form ...
1
vote
4answers
124 views
Some way to rearrange components positions, sizes, ownership (properties in general) at run-time following a design-time rule
We have an application that have many components on the forms (panels, tabs, edits, comboboxes, etc...). But depending on the user profile, most of them could be filled automatically and/or not be ...
1
vote
2answers
80 views
Stop C++Builder XE from removing/editing UI components in the .dfm files
How can I stop C++Builder XE from automatically editing .dfm files?
I'm currently porting a rather big code base from BCB5 to XE. A lot of external components have been used in the old code, but are ...
1
vote
1answer
222 views
Have the structure view “stick” to a DFM in Delphi XE?
Is there a way to have the "Structure View" in Delphi XE "stick" to a particular DFM and not follow editor context?
In Delphi 7 and older this was its behavior, but in XE, it follows the context, ...
1
vote
1answer
313 views
Delphi: how to lock dfm-s to not change…?
We used Delphi 6 long times ago. Our problem, that Delphi have two problems with DFMs:
1.)
When some linked resource (like DataSet) will removed, Delphi many times forget to ask you that "some of the ...
0
votes
3answers
178 views
Delphi 7 strange disappearance of FormCreate event handler in dfm
I'm using Tortoise SVN with Delphi 7 and I always have to check the dfm before I commit... but I have a Delphi 7 DFM which has somehow lost it's FormCreate and FormShow event handles! I know that ...
0
votes
2answers
219 views
Delphi how to do SearchReplace in a component property in all the files of a project?
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 ...
0
votes
3answers
579 views
Delphi 7 RLINK32 Error reading dfm file - failed read
I just run into a problem that came out of nowhere...
A DFM file gets read just fine from Delphi when project is built, but when I build it from command line (dcc32) I get error Error: RLINK32: Error ...
0
votes
4answers
600 views
Modify a Delphi DFM resource to close upon showing?
Is it possible to edit a DFM (Delphi's form script format) in such a way that a form closes itself when shown?
I don't code in Delphi, so I'm not familiar with how these forms work, but it seems I ...
0
votes
3answers
180 views
Regular Expression Problem: Match in Context
I have a structured file with hierarchical text which describes a GUI in Delphi (a DFM-File).
Let's assume I have this file and I have to match all "Color = xxx" Lines, which are in the context of ...
-1
votes
2answers
254 views
Delphi dfm bad compiler
All exes compiled can be decompiled (but with some hardship )
but delphi application forms are saved as dfms inside exe which can be seen easily (with reshacker) (soooo easily ) can i overcome these ...