mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 01:59:30 +02:00
Docs: LCL/valedit. Fixes awkward wording in the TValueListEditor.FixedCols topic.
(cherry picked from commit 0a773a82e44596452853717549abcfe97f8fa752)
This commit is contained in:
parent
bc76863dfb
commit
c29e9d7815
@ -3006,9 +3006,10 @@ horizontally.
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
When set to 1, a cell in the Key column cannot be edited using a cell editor
|
When set to 1, a cell in the Key column cannot be edited using a cell editor
|
||||||
at run-time. A can cannot be edited if keyEdit has not been included in
|
at run-time. A cell in the Key column cannot be edited if keyEdit has not been
|
||||||
KeyOptions - even when FixedCols is set to 0. The cell value can be modified
|
included in KeyOptions - even when FixedCols is set to 0. The cell value can
|
||||||
using the Keys property for all combinations of FixedCols and KeyOptions.
|
be modified using the Keys property for all combinations of FixedCols and
|
||||||
|
KeyOptions.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Setting a new value for the FixedCols property causes several actions to be
|
Setting a new value for the FixedCols property causes several actions to be
|
||||||
|
Loading…
Reference in New Issue
Block a user