Componentes.Terceros.jvcl/official/3.32/devtools/JConvert
2007-07-10 08:04:15 +00:00
..
jconvert.dof git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@4 7f62d464-2af8-f54e-996c-e91b33f51cbe 2007-07-10 08:04:15 +00:00
jconvert.dpr git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@4 7f62d464-2af8-f54e-996c-e91b33f51cbe 2007-07-10 08:04:15 +00:00
JConvertUtils.pas git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@4 7f62d464-2af8-f54e-996c-e91b33f51cbe 2007-07-10 08:04:15 +00:00
readme.txt git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@4 7f62d464-2af8-f54e-996c-e91b33f51cbe 2007-07-10 08:04:15 +00:00

JConvert is a command-line tool to convert dfm files between text and binary format. 

It differs from Borland's tool in two ways: 

1. It doesn't create a new file unless the dfm was actually converted from one format to the other. 
	This is essential when working with VCS systems like CVS because you only have to commit the files that were actually translated. If you convert a lot of dfm's this can save you some bandwidth and the need to commit files that appears to have changed but in reality hasn't

2. You can use the -c switch to check how many files would have been converted
	This is great when you want to know if all your dfm's are in the right format without actually change them