mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:19:29 +02:00
Docs: LCL/valedit. Updates/corrects TDisplayOption topics.
* TDisplayOption.doColumnTitles * TDisplayOption.doAutoColResize * TDisplayOption.doKeyColFixed
This commit is contained in:
parent
88bebcf493
commit
28a6803122
@ -1116,13 +1116,24 @@ stored in the TDisplayOptions set type.
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TDisplayOption.doColumnTitles">
|
||||
<short>Displays column titles.</short>
|
||||
<short>
|
||||
Displays column titles on the associated TValueListEditor control.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TDisplayOption.doAutoColResize">
|
||||
<short>Automatically resizes columns to the width of its content.</short>
|
||||
<short>
|
||||
Automatically resizes columns to the width of their content. doKeyColFixed
|
||||
prevents the Key column from being automatically resized.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TDisplayOption.doKeyColFixed">
|
||||
<short>Displays the Key names column as a fixed caption column.</short>
|
||||
<short>
|
||||
Prevents the Key column in TValueListEditor from being resized using the
|
||||
automatic column resizing algorithm. Uses the ColWidth value assigned to the
|
||||
control instead. Overridden by calls to the AutoSizeColumn or AutoSizeColumns
|
||||
methods in TValueListEditor. goColSizing in TValueListEditor.Options allows
|
||||
the column to be manually resized.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="TDisplayOptions">
|
||||
|
Loading…
Reference in New Issue
Block a user