Occurs when user clicks on the token.
property OnMouseClick: TMouseClickEvent;
type TMouseClickEvent = procedure(TokenIndex: integer; Button: TMouseButton; Shift: TShiftState) of object;
Write OnMouseClick event handler to take specific action when user clicks on the rule's token. For example, clicking on the URLs.
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|