Guessing from memory and not east for me to verify at the Moment, but I thought that the context was read only. I think that of you want to add values you need to create a new one with the desired named value pairs.<br><br>Are you able to inspect an object to see of it supports setting values... <br><br>I have done very little in this area and don't remember...<br><br>Chris Sherlock <chris.sherlock79@gmail.com> wrote:<br><br><div dir="ltr">Hi all, <div><br></div><div>How do you insert a value to be retrieved later into an XComponentContext reference?</div><div><br></div><div>I see there is a XNameContainer, which is created by comphelper<span style="color:rgb(0,0,0)">::</span><a class="" name="NameContainer_createInstance" style="color:rgb(153,0,153);font-weight:bold;font-style:italic"></a>NameContainer_createInstance(::cppu::UnoType<sal_Int32>::get()) or whatever value you want. From here you then do insertByName. </div><div><br></div><div>However, how do you then insert this into the component context?</div><div><br></div><div>Chris</div></div>