AdvStringGrid at runtime : copying properties

HI

I have create several tAdvStringGrid at runtime but I don't know how many when app starts.
how to do this, by making the grids accessible in their entire form and not just in the procedure that created them ?

But they have to follow a tAdvStringGrid template.
They is a way to copy all properties from the template grid to the target one, and avoid to do that property by property ?

Regards
olivier

Have you considered
gridB.Assign(grid.A)
?

You mean gridB.Assign(gridA)

Yes I tried but no success

please define "no success"

You are right, Bruno, I was a little bit to speedy :wink:

The assignation works, but for all properties.
The UIStyle is not assigned to the new grid, but it is maybe the case for some others I don't know.

Anyway, I can copy this property "by hand"

So, from my side, we can consider this post as solved.

regards

I have seen the issue with UIStyle and it was fixed now. Next update will address this.

Thanks a LOT

olivier

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.