adrian - 2025-06-22

Ok, after the changes above it compiled, but then the IDE complains about units in both ZComponentDesign
and soap. To make it compile and work, this requires need to be added:

ZPlain:

requires
  ZCore,
  xmlrtl,
  soaprtl,
  inet;

ZComponentDesign:

requires
  dbrtl,
  designide,
  ZParseSql,
  ZCore,
  ZPlain,
  ZDbc,
  ZComponent,
  soaprtl;