Put TBitButton ou TSpeedButton inTDbAdvGrid

Is it possible, as is possible in TAdvStringGrid, to put a TBitButton ou TSpeedButton in a calculated Field in TDBADGrid ?

How ?

A possible way could be to use CellControls in a TDBAdvGrid with setting grid.PageMode = false.

The technique of using cell controls in general is explained here:
http://www.tmssoftware.com/site/asg57.asp

Thanks, i´ve got