summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/fpg_hyperlink.pas7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/fpg_hyperlink.pas b/src/gui/fpg_hyperlink.pas
index e98f391a..a61cb80d 100644
--- a/src/gui/fpg_hyperlink.pas
+++ b/src/gui/fpg_hyperlink.pas
@@ -53,15 +53,20 @@ type
property Align;
property Alignment;
property Autosize;
+ property BackgroundColor;
+ property Enabled;
property FontDesc;
property Height;
property Hint;
property HotTrackColor: TfpgColor read FHotTrackColor write SetHotTrackColor default clBlue;
property HotTrackFont: TfpgString read FHTFont write SetHotTrackFont;
+ property Layout;
property Left;
+ property Parent;
+ property ParentShowHint;
+ property ShowHint;
property Text;
property TextColor default clBlue;
- property ShowHint;
property URL: TfpgString read FUrl write SetURL;
property Top;
property Width;