How to Allow Multi Selection in a DBGrid
Thursday June 26, 2008
DBGrid ::
Delphi's DBGrid is one of the mostly used DB aware component in database related applications. It's main purpose is to display and enable users of your application to manipulate records from a dataset in a tabular grid.
Delphi's DBGrid is one of the mostly used DB aware component in database related applications. It's main purpose is to display and enable users of your application to manipulate records from a dataset in a tabular grid.
One of the lesser known features of the DBGrid component is that you can set it to allow multiple row selection. What this means is that the users of your application will have the ability to select multiple records (rows) from the dataset connected to grid.
Related:


Comments
Is multiselect with SHIFT key possible?