summaryrefslogtreecommitdiff
path: root/src/gui/fpg_popupcalendar.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_popupcalendar.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_popupcalendar.pas')
-rw-r--r--src/gui/fpg_popupcalendar.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/fpg_popupcalendar.pas b/src/gui/fpg_popupcalendar.pas
index af27568b..30171661 100644
--- a/src/gui/fpg_popupcalendar.pas
+++ b/src/gui/fpg_popupcalendar.pas
@@ -227,6 +227,7 @@ type
property DateFormat: string read FDateFormat write SetDateFormat;
property DateValue: TDateTime read FDate write SetDateValue;
property DayColor: TfpgColor read FDayColor write SetDayColor;
+ property Enabled;
property FontDesc;
property Hint;
property HolidayColor: TfpgColor read FHolidayColor write SetHolidayColor;