> And if I need to do the oposite ?
> 
> I supose I have to create a instance of ArrayOfObjects in delphi using
> CacheFactory.Static ('%ArrayOfObjects') and populate it with SetAt
> function. Or another way is possible ? ( variant array )

yes!

Create a new ArrayOfObjects with CacheFactory.New('%ArrayOfObjects')

Florian

Reply via email to