It doesn't look like TROCodeGen4 generates correct serveraccess files for TCP RO servers

I am using rocg4_helper (CodeGen options) to generate serveraccess files for a TCP RO service but the generated files contain HTTP components

afbeelding

How can the correct files be generated?

Hi,

update code as

    cg4.ServerAddress := Edit1.Text; //added
    res:= cg4.Generate(RODL,Codegen4_Lang(cbLang.ItemIndex), Codegen4_Mode(cbMode.ItemIndex));

This works, thanks