summaryrefslogtreecommitdiff
path: root/src/gui/fpg_edit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_edit.pas')
-rw-r--r--src/gui/fpg_edit.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/fpg_edit.pas b/src/gui/fpg_edit.pas
index 3c7e45d7..3d72fa66 100644
--- a/src/gui/fpg_edit.pas
+++ b/src/gui/fpg_edit.pas
@@ -159,6 +159,7 @@ type
public
property PopupMenu; // UI Designer doesn't fully support it yet
published
+ property Align;
property AutoSelect;
property AutoSize;
property BackgroundColor default clBoxColor;
@@ -258,6 +259,7 @@ type
property OldColor;
property Text;
published
+ property Align;
property CustomThousandSeparator;
property Enabled;
property Hint;
@@ -297,6 +299,7 @@ type
property OldColor;
property Text;
published
+ property Align;
property CustomDecimalSeparator;
property CustomThousandSeparator;
property Decimals: integer read FDecimals write SetDecimals default -1;
@@ -337,6 +340,7 @@ type
property OldColor;
property Text;
published
+ property Align;
property CustomDecimalSeparator;
property CustomThousandSeparator;
property Decimals: integer read FDecimals write SetDecimals default 2;