mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 01:26:24 +02:00
LCL, Grids: Do not publish read-only properties VisibleColCount and VisibleRowCount. Publish FocusColor and FocusRectVisible. From n7800.
This commit is contained in:
parent
1a2b394941
commit
153c212c2b
@ -1625,6 +1625,8 @@ type
|
|||||||
property FixedCols;
|
property FixedCols;
|
||||||
property FixedRows;
|
property FixedRows;
|
||||||
property Flat;
|
property Flat;
|
||||||
|
property FocusColor;
|
||||||
|
property FocusRectVisible;
|
||||||
property Font;
|
property Font;
|
||||||
property GridLineColor;
|
property GridLineColor;
|
||||||
property GridLineStyle;
|
property GridLineStyle;
|
||||||
@ -1656,8 +1658,6 @@ type
|
|||||||
property TitleStyle;
|
property TitleStyle;
|
||||||
property UseXORFeatures;
|
property UseXORFeatures;
|
||||||
property Visible;
|
property Visible;
|
||||||
property VisibleColCount;
|
|
||||||
property VisibleRowCount;
|
|
||||||
|
|
||||||
property OnAfterSelection;
|
property OnAfterSelection;
|
||||||
property OnBeforeSelection;
|
property OnBeforeSelection;
|
||||||
@ -1870,6 +1870,8 @@ type
|
|||||||
property FixedCols;
|
property FixedCols;
|
||||||
property FixedRows;
|
property FixedRows;
|
||||||
property Flat;
|
property Flat;
|
||||||
|
property FocusColor;
|
||||||
|
property FocusRectVisible;
|
||||||
property Font;
|
property Font;
|
||||||
property GridLineColor;
|
property GridLineColor;
|
||||||
property GridLineStyle;
|
property GridLineStyle;
|
||||||
@ -1900,8 +1902,6 @@ type
|
|||||||
property TitleStyle;
|
property TitleStyle;
|
||||||
property UseXORFeatures;
|
property UseXORFeatures;
|
||||||
property Visible;
|
property Visible;
|
||||||
property VisibleColCount;
|
|
||||||
property VisibleRowCount;
|
|
||||||
|
|
||||||
property OnAfterSelection;
|
property OnAfterSelection;
|
||||||
property OnBeforeSelection;
|
property OnBeforeSelection;
|
||||||
|
Loading…
Reference in New Issue
Block a user