HyperLink class

A HyperLink is a text control that can display a web link, an e-mail or any other text.

Using hyperlinks

To create a hyperlink control, use the wb_create_control() function. By default (if param is NULL or left blank), the hyperlink is displayed in dark blue. To change the hyperlink color, set param to the RGB color desired.

The control text is underlined when the mouse cursor is moved over it.

See also

wb_create_control
Control classes