Componentes.Terceros.jvcl/internal/3.36/1/devtools/JComp/jcomp.txt
2009-03-04 12:31:55 +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