05-06-2019, 12:18 PM
(05-06-2019, 07:48 AM)Alexandre Machado Wrote:(05-02-2019, 01:32 PM)msgopala Wrote: What is the ServerController: ComInitialization property and what does it do?
Mine was set to ciNone but everything worked. There are 2 other options ciMultithreaded and ciNormal. Could someone please explain these setings
Thanks
People already responded and they are correct. You should only enable ComInitialization if you are using any COM interface. ADO is based on COM, so it is needed if you use ADO. Otherwise, leave it as ciNone
I use TMS components and the only reason I am wanting to be sure is because for one of their component errors it was suggested by their forum admin to set the ComInitialization property to ciNormal, as their TTIWAdvImageButtton picture type handling uses OLE.
https://www.tmssoftware.com/site/forum/f...7101#47101

