Hi all. Can anyone give me a sample on how to send List (not dataset) between Cach� to Delphi ??? I would like to use a class method for that.
For example, I want to create a list of all employee name. 1) Do I need to use a ByVar parameter or use a $List parameter ? 2) Do I need to create a %ListOfDataTypes object in cach� or use the QUIT object ? 3) How to populate the list ? (%List don't let me add lines) 4) Do I need to create the list in delphi before calling the class method ? 5) Also how to do the inverse : send a delphi list to a cach� procedure (write to the console for example) So much question... Not a lot a samples in the documentation :-( I need both the Cach� code AND the Delphi code. Thanks in advance. Thierry
