delphi - Update many projects to use a common VCL style -


i have been asked way update our application , add vcl sytle of components.

the application made of many different programs (more 200) manually updating each 1 long , tedious task.

so know if there way update of these projects each uses same vcl style ? right now, there no styling applied @ all.

if planning add vcl styles support large set of projects have build custom tool or script, try these options.

option 1, embedding vcl style resource in exe: using option need modify @ least 2 files per project , .dpr file set current vcl style , .dproj file need reference vcl style file embed style resource.

option 2, using vcl style external file, using option need modify .dpr file set current vcl style adding necessary code load style external file.

to modify .dproj file can use automation tool or scripting language supports xml.

for modify .dpr file need build custom application ideally using delphi parser delphiast or castalia-delphi-parser adding necessary code set current vcl style.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -