6

How do you allow a user to edit text in a TStringGrid cell.

Sir Rufo
  • 18,395
  • 2
  • 39
  • 73
user2381189
  • 61
  • 1
  • 1
  • 5
  • 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 Answers1

9

Enable the goEditing flag, and optionally the goAlwaysShowEditor flag, in the TStringGrid.Options property.

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