mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 18:30:44 +02:00
Docs: LCL/comctrls. Clarifies content and adds See Also links in ListView-related topics.
* TViewStyle
* TViewStyle.vsReport
* TCustomListVIew.ViewStyle
(cherry picked from commit 6a2c1915dc
)
This commit is contained in:
parent
5eceb681ca
commit
cf746e3f0e
@ -11773,6 +11773,11 @@ used for the <var>ViewStyle</var> property in <var>TCustomListView</var>.
|
|||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TCustomListView.ViewStyle"/>
|
<link id="TCustomListView.ViewStyle"/>
|
||||||
|
<link id="TCustomListView.Columns"/>
|
||||||
|
<link id="TCustomListView.Column"/>
|
||||||
|
<link id="TCustomListView.Items"/>
|
||||||
|
<link id="TListItem.Caption"/>
|
||||||
|
<link id="TListItem.SubItems"/>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TViewStyle.vsIcon">
|
<element name="TViewStyle.vsIcon">
|
||||||
@ -11795,9 +11800,11 @@ items are arranged in columns.
|
|||||||
</element>
|
</element>
|
||||||
<element name="TViewStyle.vsReport">
|
<element name="TViewStyle.vsReport">
|
||||||
<short>
|
<short>
|
||||||
Displays a each list item as a series of columns with a small icon on the
|
Displays each list item as a series of columns with a small icon on the
|
||||||
left-hand side of the row. Each columns has a header at the top of the list
|
left-hand side of the row. The Caption text for the list item is displayed in
|
||||||
view control.
|
the first column, with the text for additional columns coming from the Caption
|
||||||
|
for the SubItems in the list item. Each column has a header at the top of the
|
||||||
|
list view control.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
@ -15906,10 +15913,11 @@ full width), Icon (big icons), Small Icon (small icons, 16x16).
|
|||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
ViewStyle is a TViewStyle which controls the appearance and layout for the
|
<var>ViewStyle</var> is a <var>TViewStyle</var> property which controls the
|
||||||
list items on the control. The default value for the property is vsList, and
|
appearance and layout for the list items on the control. The default value for
|
||||||
causes an icon and caption to displayed for each list item. List items are
|
the property is vsList, and causes an icon and caption to be displayed for each
|
||||||
arranged in columns, filled from top to bottom and then left to right.
|
list item. List items are arranged in columns, filled from top to bottom and
|
||||||
|
then left to right.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
See <link id="TViewStyle">TViewStyle</link> for a description of the view
|
See <link id="TViewStyle">TViewStyle</link> for a description of the view
|
||||||
@ -15921,6 +15929,11 @@ updated when its handle has been allocated.
|
|||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
<link id="TCustomListView.Items"/>
|
||||||
|
<link id="TCustomListView.Columns"/>
|
||||||
|
<link id="TCustomListView.Column"/>
|
||||||
|
<link id="TListItem.Caption"/>
|
||||||
|
<link id="TListItem.SubItems"/>
|
||||||
<link id="TViewStyle"/>
|
<link id="TViewStyle"/>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user