Delete SimComponent

Hello together,

how can I delete components from the Application. With Application.LoadLayout() it is possible to load components. But now I don`t find a was to delte a component.

Could someone help me please?

Thank you.

There is ISimWorld.DeleteComponent(ISimComponent component) method.

It work`s!

Thank you!