On Mon, 18 Jul 2016 09:42:04 -0500, Чернов Дмитрий
wrote:
Thanks for answer, but I'm familiar enough with FPC/Lazarus, so I know
about editors in grids.
My question is about necessity of AutoEdit property in the presence of
goAlwaysShowEditor option.
___
Dmitry D. Chernov
"About necessity
19.07.2016, 01:58, "José Mejuto" : Hello, The goAlwaysShowEditor shows the editor but I think in read only mode, you can not edit, or should not be able to. -- Ehm. Have I ever mentioned a read-only mode? ___Dmitry D. Chernov
___
fpc-d
El 18/07/2016 a las 16:42, Чернов Дмитрий escribió:
Thanks for answer, but I'm familiar enough with FPC/Lazarus, so I know
about editors in grids.
My question is about necessity of AutoEdit property in the presence of
goAlwaysShowEditor option.
Hello,
The goAlwaysShowEditor shows the editor b
18.07.2016, 17:11, "Jesus Reyes A." :Both options work only when goEditing option is true. If the goAlwaysShowEditor option is true, yes, the editor will be always visible, if it is false, the editor is not always visible. You have may not noticed that the editor is visible, change the grid color t
En Sun, 17 Jul 2016 12:13:58 -0500, Чернов Дмитрий
escribió:
Hi again.
Recently I've played around the StringGrids and noticed one weird thing.
There are two quite similar properties:
AutoEdit
description: Whether the Edit mode is automatically entered when a cell
is selected
Options/goAlw