summaryrefslogtreecommitdiff
path: root/src/gui/fpg_grid.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-07-19 17:32:09 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-07-19 17:32:09 +0200
commit50180e4091e859649255a2e40b793e032eb85c9d (patch)
tree6419327dba99b9b0926dc089124d368e38494339 /src/gui/fpg_grid.pas
parenta9ada0f7341c2c0a54097e2145e374c73618985a (diff)
downloadfpGUI-50180e4091e859649255a2e40b793e032eb85c9d.tar.xz
TfpgFileGrid - published the new Options property.
* also sorted the properties
Diffstat (limited to 'src/gui/fpg_grid.pas')
-rw-r--r--src/gui/fpg_grid.pas7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/fpg_grid.pas b/src/gui/fpg_grid.pas
index 0639ace1..112a1f33 100644
--- a/src/gui/fpg_grid.pas
+++ b/src/gui/fpg_grid.pas
@@ -56,12 +56,13 @@ type
property Font;
property HeaderFont;
published
- property FontDesc;
- property HeaderFontDesc;
- property RowCount;
property ColumnCount;
property Columns;
property FocusRow;
+ property FontDesc;
+ property HeaderFontDesc;
+ property Options;
+ property RowCount;
property ScrollBarStyle;
property TabOrder;
property OnRowChange;