It can also be used to strip right down to Delphi version 1 properties.
cleandfm [-delimage] [-OS] [-total] [directory path]
Target OS = win or lin
if OS is absent, it means clean out both Windows and Linux problem properties
delimage = delete all images from dfm files (use with caution !)
total = strip out all but D1 properties (use with caution !)
>cleandfm c:\temp3will remove or change difficult properties in all the dfm files in c:\temp3, and ensure that dfm files are referenced as {$R *.dfm} in their corresponding pas files.