diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2012-07-17 17:24:17 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2012-07-17 17:24:17 +0100 |
commit | 403e27613c78d05d33c77f986ff15bcff0055283 (patch) | |
tree | 99455e8b72c443b77236e037923f877c38579a04 /src | |
parent | 49c88c1cb18ebc8fd8d89d505eea8796f52d0670 (diff) | |
download | fpGUI-403e27613c78d05d33c77f986ff15bcff0055283.tar.xz |
hyperlink: published more properties that where available from TfpgCustomLabel.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/fpg_hyperlink.pas | 7 |
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; |