Editing
Specify whether column will be editable. Editing can be started with keyboard, mouse or by calling EditCell
method from code.
pas
property Editing: Boolean read GetEditing write SetEditing default False;
Specify whether column will be editable. Editing can be started with keyboard, mouse or by calling EditCell
method from code.
property Editing: Boolean read GetEditing write SetEditing default False;