How to Clone ASG Properties

I am using CB XE4 with the VCL 32/64bit platform. ASG 7.2.8.3



When I create a ASG dynamically I often want to clone the properties from an existing ASG to the new ASG. Is there a function or TMS Component that can copy/clone all the ASG properties with a single line of code?



Thanks

Patrick Mikula

Closest we have is:

grid.Assign(othergrid);