richmemo: extending linkaction information with linkRef

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6290 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2018-04-05 03:41:09 +00:00
parent da14f07b40
commit 8d5997b3e3
3 changed files with 39 additions and 7 deletions

View File

@@ -137,7 +137,8 @@ type
TLinkAction = (laClick);
TLinkMouseInfo = record
button : TMouseButton;
Button : TMouseButton;
LinkRef : String;
end;
TLinkActionEvent = procedure (Sender: TObject;