How do you allow a user to edit text in a TStringGrid cell.
User editing cell in TStringGrid [closed]
Asked Answered
Check the properties of your stringgrid. You can set checkboxes to determine if the user is allowed to edit cells and or columns. –
Krefeld
Enable the goEditing
flag, and optionally the goAlwaysShowEditor
flag, in the TStringGrid.Options
property.
© 2022 - 2024 — McMap. All rights reserved.