Componentes.Terceros.jvcl/official/3.36/devtools/JComp/jcomp.txt
2009-02-27 12:23:32 +00:00

8 lines
348 B
Plaintext

Tool that extracts all the components registered using RegisterComponents in a pas unit.
Usage:
jcomp <filemask>, where <filemask> is the wildcard enabled file mask to use
Output is written to the console. To check all registration files in JVCL\design and put the result into a file, use something like:
jcomp Jv*Reg.pas >JVCLComps.txt