Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
procedure TForm1.Grid1DblClick(Sender: TObject);
begin
ShowMessageFmt ( 'You clicked col %d and row %d', [ Grid1.Col, Grid1.Row ] );
end;