Hi, I started to work with TFrame. I put a TStringGrid on a TFrame, and works nice. But I would like store the width of cols, and other properties of stringGrid.
Before use TFrame, I put the stringGrid in a TForm and I used TXMLPropStorage with Sesion Properties.
But TFrame hasn't Sesion properties.
is there a way to use TXMLPropStorage (or some thing equivalent )with TFrame as used TForm?. Or I have to hard code some procedures to store the properties?.
Thanks
/BlueIcaro