From 960fa0a8839ced37fb4e68b3a03c91ea939213fc Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 30 Jan 2021 16:03:45 +0000 Subject: [PATCH] * removed double paragraph wrapping of VisibleColCount git-svn-id: trunk@64441 - --- docs/xml/lcl/grids.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/xml/lcl/grids.xml b/docs/xml/lcl/grids.xml index fd44d92999..0d52585119 100644 --- a/docs/xml/lcl/grids.xml +++ b/docs/xml/lcl/grids.xml @@ -11328,9 +11328,7 @@ The number of visible columns in the grid control

-

- VisibleColCount is a read-only Integer 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. -

+ VisibleColCount is a read-only Integer 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.