User editing cell in TStringGrid [closed]
Asked Answered
C

1

6

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

Cobblestone answered 14/5, 2013 at 10:9 Comment(1)
Check the properties of your stringgrid. You can set checkboxes to determine if the user is allowed to edit cells and or columns.Krefeld
M
10

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

Moquette answered 14/5, 2013 at 15:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.