Hyperlink Label Foundation Class

This class provides the functionality of the Hyperlink object and launches a Web Browser when you click a label.

Category Internet

Default Catalog

Visual FoxPro Catalog\Foundation Classes\Internet

Class

_hyperlinklabel

Base Class

Label

Class Library

_hyperlink.vcx

Parent Class

_label

Sample

...\Samples\Solution\Ffc\hyperlnk.scx

Remarks

To use, drop the class on a project or form or, from the Component Gallery Item shortcut menu, select Add to Project or Add to Form. When you add the class to a form, Visual FoxPro opens a builder so you can specify the label and the URL (in cTarget) to use. When you drop the class on a project, you can choose between adding the class or creating a subclass.

See Guidelines for Using Visual FoxPro Foundation Classes for more information on using foundation classes.

Properties, Events, Methods Description

cTarget property

Specifies the URL to use.

Default: ""

GoBack method

Executes a hyperlink jump backward within the history list.

Syntax:GoBack( )

Return: none

Arguments: none

GoForward method

Executes a hyperlink jump forward within the history list.

Syntax:GoForward( )

Return: none

Arguments: none

cFrame property

Internal to the class.

cHyperlinkClass property

Internal to the class.

cHyperlinkClassLibrary property

Internal to the class.

cLocation property

Internal to the class.

cTarget_assign method

Internal to the class.

Follow method

Internal to the class.

lFormsSynch property

Internal to the class.

lHyperlinkcreated property

Internal to the class.

lNewWindow property

Internal to the class.

lVisited property

Internal to the class.

oHyperlink property

Internal to the class.

oHyperlink_access method

Internal to the class.

See Also

Reference

Visual FoxPro Foundation Classes A-Z

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Other Resources

Foundation Class Samples