How do you allow a user to edit text in a TStringGrid cell.
Asked
Active
Viewed 1.0k times
6
-
Check the properties of your stringgrid. You can set checkboxes to determine if the user is allowed to edit cells and or columns. – Teun Pronk May 14 '13 at 10:37
1 Answers
9
Enable the goEditing
flag, and optionally the goAlwaysShowEditor
flag, in the TStringGrid.Options
property.

Remy Lebeau
- 555,201
- 31
- 458
- 770