mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +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 FixedRows;
|
||||
property Flat;
|
||||
property FocusColor;
|
||||
property FocusRectVisible;
|
||||
property Font;
|
||||
property GridLineColor;
|
||||
property GridLineStyle;
|
||||
@ -1656,8 +1658,6 @@ type
|
||||
property TitleStyle;
|
||||
property UseXORFeatures;
|
||||
property Visible;
|
||||
property VisibleColCount;
|
||||
property VisibleRowCount;
|
||||
|
||||
property OnAfterSelection;
|
||||
property OnBeforeSelection;
|
||||
@ -1870,6 +1870,8 @@ type
|
||||
property FixedCols;
|
||||
property FixedRows;
|
||||
property Flat;
|
||||
property FocusColor;
|
||||
property FocusRectVisible;
|
||||
property Font;
|
||||
property GridLineColor;
|
||||
property GridLineStyle;
|
||||
@ -1900,8 +1902,6 @@ type
|
||||
property TitleStyle;
|
||||
property UseXORFeatures;
|
||||
property Visible;
|
||||
property VisibleColCount;
|
||||
property VisibleRowCount;
|
||||
|
||||
property OnAfterSelection;
|
||||
property OnBeforeSelection;
|
||||
|
Loading…
Reference in New Issue
Block a user