diff options
Diffstat (limited to 'src/gui/gui_hyperlink.pas')
-rw-r--r-- | src/gui/gui_hyperlink.pas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/gui_hyperlink.pas b/src/gui/gui_hyperlink.pas index d2a0f5f0..3295ff3f 100644 --- a/src/gui/gui_hyperlink.pas +++ b/src/gui/gui_hyperlink.pas @@ -50,13 +50,13 @@ type constructor Create(AOwner: TComponent); override; procedure GoHyperLink; published - property URL: TfpgString read FUrl write SetURL; property Autosize; property FontDesc; + property HotTrackColor: TfpgColor read fHotTrackColor write SetHotTrackColor; + property HotTrackFont: TfpgString read fHTFont write SetHotTrackFont; property Text; property TextColor; - property HotTrackFont: TfpgString read fHTFont write SetHotTrackFont; - property HotTrackColor: TfpgColor read fHotTrackColor write SetHotTrackColor; + property URL: TfpgString read FUrl write SetURL; end; |