RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TSysLinkType Enumeration

TSysLinkType describes an HTML link type.

Pascal
TSysLinkType = (
  sltURL,
  sltID
);
C++
enum TSysLinkType {
  sltURL,
  sltID
};

TSysLinkType is used in HTML link click events to identify the link type. These are the possible values of the TSysLinkType type:

Value 
Meaning 
sltURL  
HREF link  
sltID  
ID  

 

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