re: virtualdbgrid icon - the icon is finally showing up.
I did the following:
- removed the old version of Laz
- added a RegisterUnit line to the virtualdbgrid_package.pas file
- exported virtualdbgrid folder from the svn folder to my working laz/component folder.
The next issue I had was three errors (see below) when I loaded "megademo", which I resolved by removing those properties from the Umegademo.lfm file.
Eror reading NTB.ShowTabs: Unknown property: "ShowTabs"
Error reading Page1.Caption: Unknown property: "Caption"
Error reading Page2.Caption: Unknown property: "Caption"
Luiz, thanks for the demo program.