Hello,
Is it possible in the code of a new component to get the name of the project in which it is incorporated ? By example, I realize a component myComponent. I put it on Form1 of Project1. What code in myComponent could return 'project1' (in csDesigning or not) ?
Regards