summaryrefslogtreecommitdiff
path: root/src/gui/fpg_hyperlink.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_hyperlink.pas')
-rw-r--r--src/gui/fpg_hyperlink.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/fpg_hyperlink.pas b/src/gui/fpg_hyperlink.pas
index 5d84c718..44643f6c 100644
--- a/src/gui/fpg_hyperlink.pas
+++ b/src/gui/fpg_hyperlink.pas
@@ -54,13 +54,18 @@ type
property Alignment;
property Autosize;
property FontDesc;
+ property Height;
property Hint;
property HotTrackColor: TfpgColor read fHotTrackColor write SetHotTrackColor;
property HotTrackFont: TfpgString read fHTFont write SetHotTrackFont;
+ property Left;
property Text;
property TextColor;
property ShowHint;
property URL: TfpgString read FUrl write SetURL;
+ property Top;
+ property Width;
+ property WrapText;
property OnClick;
property OnShowHint;
end;