Board index » delphi » DFM Parser logic
Baliga, Narasimha
![]() Delphi Developer |
Baliga, Narasimha
![]() Delphi Developer |
DFM Parser logic2006-06-28 12:55:22 PM delphi137 Hi, Not sure if I should ask this question on this news group. Please guide me the correct NG in case, this question is not appropriate. I am looking for some "logoc" to parse DFM file and find out some property value set for a given component should it be declared in the DFM file. Please let me know if anyone is aware of such logic or source code... regards Baliga |
Erik Berry
![]() Delphi Developer |
2006-06-28 01:14:33 PM
Re:DFM Parser logic
Baliga, Narasimha writes:
QuoteI am looking for some "logoc" to parse DFM file and find out some property Erik |
Christer
![]() Delphi Developer |
2006-06-28 02:48:42 PM
Re:DFM Parser logic
Hi,
You could check out our Pascal Analyzer product, which you can get from www.peganza.com Among the 40+ reports generated by Pascal Analyzer from your source code, there are two that could be useful for you: Property Value Report - reports values for selected properties of selected components Missing Property Report - reports missing properties for selected components You can download an evaluation version of Pascal Analyzer at our site. Even though the evaluation version has limitations, these two reports are not limited in any way. Regards Christer Peganza Software "Baliga, Narasimha" <XXXX@XXXXX.COM>writes QuoteHi, |
Heiko Behrens
![]() Delphi Developer |
2006-06-28 04:30:22 PM
Re:DFM Parser logic
Hello Narasimha,
QuoteI am looking for some "logoc" to parse DFM file and find out some where it comes from. One of the builders provided can parse DFMs another can be used to reflect true existent objects. Although the link provided is german the unit itself is commented in english. Regards, Heiko Behrens |
Charles McAllister
![]() Delphi Developer |
2006-06-28 09:22:15 PM
Re:DFM Parser logic |
Eddie Shipman
![]() Delphi Developer |
2006-06-29 12:43:32 AM
Re:DFM Parser logic
Baliga, Narasimha writes:
QuoteHi, IDE. -- |
Charles McAllister
![]() Delphi Developer |
2006-06-29 02:18:52 AM
Re:DFM Parser logic
Eddie Shipman writes:
QuoteTo be honest, you can use TReader in Classes.pas. Outlined in the i should mention too that codewrench will get symbol info from the dfm and the pas file. www.codewrench.org |
Sarah
![]() Delphi Developer |
2006-07-11 02:22:25 AM
Re:DFM Parser logic
Charles McAllister writes:
Quotemight be useful... Also the listed IDE are unchecked and disabled though I have Delphi 7 and D2006 installed on my PC Any ideas? Thanks, Sarah |
Sarah
![]() Delphi Developer |
2006-07-11 02:50:20 AM
Re:DFM Parser logic
Sarah writes:
QuoteI have tried to install JVCL 3.20 JEDI Installer --------------------------- Unable to open key "SOFTWARE\Borland\BDS\3.0\Personalities" for read. --------------------------- OK --------------------------- Then the installer shows up with this error: --------------------------- JEDI Installer --------------------------- Access violation at address 00419D58 in module 'JediInstaller.exe'. Read of address 00000004. --------------------------- OK --------------------------- "The HKEY_LOCAL_MACHINE\SOFTWARE\Borland\BDS\3.0" key is empty on my PC Instead, I have the below entry existing: "HKEY_LOCAL_MACHINE\SOFTWARE\Borland\BDS\4.0\Personalities" How to make this installer using the "BDS\4.0\" instead of "\BDS\3.0\"? Regards, Sarah |
Sarah
![]() Delphi Developer |
2006-07-11 03:05:36 AM
Re:DFM Parser logic
Sarah writes:
Quote"The HKEY_LOCAL_MACHINE\SOFTWARE\Borland\BDS\3.0" key is empty on my PC Sarah |