TAdvGridColumnPicker

I can not find any documentation or demos on the TAdvGridColumnPicker. Where can I get more information about it? Is the source code file the only information available, or is it used in a demo and just not listed in the description?

Thanks

You can consider TAdvGridColumnPicker as an advanced version of the fieldchooser component demonstrated in sample 29 http://www.tmssoftware.com/site/asg29.asp
Basically, TAdvGridColumnPicker  does all grid initialization for you, so, it is sufficient to drop it on the form, assign the grid and call TAdvGridColumnPicker.Show

Ok, thanks.