mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-21 11:26:25 +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>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TDisplayOption.doColumnTitles">
|
<element name="TDisplayOption.doColumnTitles">
|
||||||
<short>Displays column titles.</short>
|
<short>
|
||||||
|
Displays column titles on the associated TValueListEditor control.
|
||||||
|
</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TDisplayOption.doAutoColResize">
|
<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>
|
||||||
<element name="TDisplayOption.doKeyColFixed">
|
<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>
|
||||||
|
|
||||||
<element name="TDisplayOptions">
|
<element name="TDisplayOptions">
|
||||||
|
Loading…
Reference in New Issue
Block a user