PaidtheUmpire
Programmer
I want the code to count the number of rows selected, and display it in the edit1.text field.
DBGrid Name : Grid
DBGrid Name : Grid
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.
Edit1.Text := IntToStr ( DBGrid1.SelectedRows.Count );