Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

User editing cell in TStringGrid [closed]

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

like image 795
user2381189 Avatar asked May 14 '13 10:05

user2381189


1 Answers

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

like image 124
Remy Lebeau Avatar answered Oct 21 '22 09:10

Remy Lebeau