summaryrefslogtreecommitdiff
path: root/src/gui/fpg_label.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-06-04 14:50:45 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-06-04 14:50:45 +0200
commit7550965fe9d03a2a81583e091fbe1bd8d71aa09d (patch)
treed32039f7b6dd8516f1f7b071d3ed77ed1f2bdda0 /src/gui/fpg_label.pas
parentc94aa6aa8f0e6fc318226c15f1c0f6e139ad37ff (diff)
downloadfpGUI-7550965fe9d03a2a81583e091fbe1bd8d71aa09d.tar.xz
Bumped visibility to Published for some properties.
This facilitates in the loading of external form files at runtime.
Diffstat (limited to 'src/gui/fpg_label.pas')
-rw-r--r--src/gui/fpg_label.pas8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/fpg_label.pas b/src/gui/fpg_label.pas
index 00c6e484..409116b9 100644
--- a/src/gui/fpg_label.pas
+++ b/src/gui/fpg_label.pas
@@ -72,13 +72,21 @@ type
property AutoSize;
property BackgroundColor;
property FontDesc;
+ property Height;
property Hint;
property Layout;
+ property Left;
property LineSpace;
+ property MaxHeight;
+ property MaxWidth;
+ property MinHeight;
+ property MinWidth;
+ property Parent;
property ParentShowHint;
property ShowHint;
property Text;
property TextColor;
+ property Top;
property Width;
property WrapText;
property OnClick;