| Cell Editing Techniques > Working with Text > Selecting and Replacing Text |
True DBGrid for WinForms supports the standard text selection properties found in many TextBox type controls:
| Property | Description |
|---|---|
| SelectionLength | Sets/returns the length of the selected text. |
| SelectionStart | Sets/returns the start position of the selected text. |
| SelectedText | Sets/returns the selected text. |
![]() |
Note: These properties are only effective when the grid is in edit mode, that is, when its EditActive property is True. |