Re: Buttons on a page



Use a TStringGrid and DrawButtonFace() function (in Buttons.pas in D3)
in each cell in the OnDrawCell event handler. Then use
TStringGrid.MouseToCell() in the OnClick event handler to get the
button (cell) clicked on.

Alan Lloyd.

.