Docs: LCL/dbgrids. Adds missing short descriptions, and removes unused tagging in linked topics.

This commit is contained in:
dsiders 2022-08-31 04:53:39 +01:00
parent 840ec26d24
commit 3eb79656c0

View File

@ -3821,7 +3821,7 @@ SelectRecord is used in the implementation of various methods such as:
KeyDown, MouseDown, ToggleSelectedRow, and ClearSelection. KeyDown, MouseDown, ToggleSelectedRow, and ClearSelection.
</p> </p>
</descr> </descr>
<seealso></seealso> <seealso/>
</element> </element>
<element name="TCustomDBGrid.SelectRecord.AValue"> <element name="TCustomDBGrid.SelectRecord.AValue">
<short><b>True</b> when the current record should be selected.</short> <short><b>True</b> when the current record should be selected.</short>
@ -3839,16 +3839,22 @@ the record count for the dataset and the number of visible rows for the
control. control.
</p> </p>
</descr> </descr>
<seealso></seealso> <seealso/>
</element> </element>
<element name="TCustomDBGrid.GetScrollbarParams.aRange"> <element name="TCustomDBGrid.GetScrollbarParams.aRange">
<short/> <short>
Returns the maximum value for the scroll range in scroll bar information.
</short>
</element> </element>
<element name="TCustomDBGrid.GetScrollbarParams.aPage"> <element name="TCustomDBGrid.GetScrollbarParams.aPage">
<short/> <short>
Returns the current page represented by the visible rows in the scroll bar.
</short>
</element> </element>
<element name="TCustomDBGrid.GetScrollbarParams.aPos"> <element name="TCustomDBGrid.GetScrollbarParams.aPos">
<short/> <short>
Returns the current scroll bar position.
</short>
</element> </element>
<element name="TCustomDBGrid.CMGetDataLink"> <element name="TCustomDBGrid.CMGetDataLink">
@ -5746,29 +5752,13 @@ scroll bar settings.
<short>Returns the visibility for the vertical scroll bar.</short> <short>Returns the visibility for the vertical scroll bar.</short>
</element> </element>
<element name="TCustomDBGrid.GetSBRanges" link="#lcl.grids.TCustomGrid.GetSBRanges"> <element name="TCustomDBGrid.GetSBRanges" link="#lcl.grids.TCustomGrid.GetSBRanges"/>
<short/> <element name="TCustomDBGrid.GetSBRanges.HsbVisible"/>
<descr></descr> <element name="TCustomDBGrid.GetSBRanges.VsbVisible"/>
<seealso></seealso> <element name="TCustomDBGrid.GetSBRanges.HsbRange"/>
</element> <element name="TCustomDBGrid.GetSBRanges.VsbRange"/>
<element name="TCustomDBGrid.GetSBRanges.HsbVisible"> <element name="TCustomDBGrid.GetSBRanges.HsbPage"/>
<short/> <element name="TCustomDBGrid.GetSBRanges.VsbPage"/>
</element>
<element name="TCustomDBGrid.GetSBRanges.VsbVisible">
<short/>
</element>
<element name="TCustomDBGrid.GetSBRanges.HsbRange">
<short/>
</element>
<element name="TCustomDBGrid.GetSBRanges.VsbRange">
<short/>
</element>
<element name="TCustomDBGrid.GetSBRanges.HsbPage">
<short/>
</element>
<element name="TCustomDBGrid.GetSBRanges.VsbPage">
<short/>
</element>
<element name="TCustomDBGrid.HeaderClick"> <element name="TCustomDBGrid.HeaderClick">
<short> <short>