diff --git a/components/scrolltext/scrollingtext.pas b/components/scrolltext/scrollingtext.pas index e4d2c57bc..92e745c5c 100644 --- a/components/scrolltext/scrollingtext.pas +++ b/components/scrolltext/scrollingtext.pas @@ -72,6 +72,7 @@ type constructor Create(AOwner: TComponent); override; destructor Destroy; override; published + property OnClick; // Can be set in design mode. Note URL links are inactive in design mode property Active: boolean read FActive write SetActive; // Inherited property