|
RAD Studio VCL Reference
|
TSysLinkType describes an HTML link type.
TSysLinkType = ( sltURL, sltID );
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!
|