Added OnClick event. Can be used to toggle Active property.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5303 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
4ca7a5e80b
commit
188e680f94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user