RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TSysLinkEvent Type

Event routine for click on TCustomLinkLabel HTML link.

Pascal
TSysLinkEvent = procedure (Sender: TObject; const Link: string; LinkType: TSysLinkType) of object;
C++
(Sender: TObject; const Link: string; LinkType: TSysLinkType) ( TSysLinkEvent)();

TSysLinkEvent is a click event routine for a TCustomLinkLabel HTML link. It identifies the link URI and link type. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!