Vcl.ExtCtrls.TSysLinkType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSysLinkType = (sltURL, sltID);

C++

enum DECLSPEC_DENUM TSysLinkType : unsigned char { sltURL, sltID };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TSysLinkType describes an HTML link type.

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



See Also