Assembly: ExtCtrls;
The IDataGridSelection interface contains properties and methods of the selection of selected rows of the DataGrid component.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of selected table rows. |
![]() |
DataGrid | The DataGrid property returns the parent object. |
![]() |
Item | The Item property returns the row from the selected rows collection. |
| Method name | Brief description | |
![]() |
Clear | The Clear method clears all the rows selection in the DataGrid component. |
See also: