* removed double paragraph wrapping of VisibleColCount

git-svn-id: trunk@64441 -
This commit is contained in:
marco 2021-01-30 16:03:45 +00:00
parent 20c5ac47c0
commit 960fa0a883

View File

@ -11328,9 +11328,7 @@
<short>The number of visible columns in the grid control</short>
<descr>
<p>
<p>
<var>VisibleColCount</var> is a read-only <var>Integer</var> property with the number of columns displayed in the visible area for the control. The property value is derived using the cached VisibleGrid information in the GCache property. It is not included in the LCL streaming mechanism, and is an artifact from older LCL versions.
</p>
<var>VisibleColCount</var> is a read-only <var>Integer</var> property with the number of columns displayed in the visible area for the control. The property value is derived using the cached VisibleGrid information in the GCache property. It is not included in the LCL streaming mechanism, and is an artifact from older LCL versions.
</p>
</descr>
<seealso/>