summaryrefslogtreecommitdiff
path: root/src/gui/fpg_edit.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-01 15:08:59 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-01 15:08:59 +0200
commit00e67ca53e5194919ab7b1b0b7d0d0d4946ee622 (patch)
tree7bf58362aae9b3980a178899f69a611bb2baa9e2 /src/gui/fpg_edit.pas
parent24ece8d5d3a175673e4a8a6b6378d9446e349aa0 (diff)
downloadfpGUI-00e67ca53e5194919ab7b1b0b7d0d0d4946ee622.tar.xz
published Enabled property on all (most) components
* Now the UI Designer can work with that property too * A few other components got one or two other properties published too.
Diffstat (limited to 'src/gui/fpg_edit.pas')
-rw-r--r--src/gui/fpg_edit.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/fpg_edit.pas b/src/gui/fpg_edit.pas
index a3207f6a..8e5ec641 100644
--- a/src/gui/fpg_edit.pas
+++ b/src/gui/fpg_edit.pas
@@ -163,6 +163,7 @@ type
property AutoSize;
property BackgroundColor default clBoxColor;
property BorderStyle;
+ property Enabled;
property ExtraHint;
property FontDesc;
property HeightMargin;
@@ -258,6 +259,7 @@ type
property Text;
published
property CustomThousandSeparator;
+ property Enabled;
property Hint;
property NegativeColor;
property ParentShowHint;
@@ -298,6 +300,7 @@ type
property CustomDecimalSeparator;
property CustomThousandSeparator;
property Decimals: integer read FDecimals write SetDecimals default -1;
+ property Enabled;
property FixedDecimals: boolean read FFixedDecimals write SetFixedDecimals default False;
property Hint;
property NegativeColor;
@@ -337,6 +340,7 @@ type
property CustomDecimalSeparator;
property CustomThousandSeparator;
property Decimals: integer read FDecimals write SetDecimals default 2;
+ property Enabled;
property Hint;
property NegativeColor;
property ParentShowHint;
@@ -344,6 +348,7 @@ type
property ShowHint;
property ShowThousand default True;
property TabOrder;
+ property TextColor;
property Value: Currency read GetValue write SetValue;
property OnChange;
property OnEnter;