Hyperlink Button Foundation Class
This class provides the functionality of the Hyperlink object and launches a Web Browser when you click a button.
Category |
Internet |
---|---|
Default Catalog |
Visual FoxPro Catalog\Foundation Classes\Internet |
Class |
_hyperlinkcommandbutton |
Base Class |
CommandButton |
Class Library |
_hyperlink.vcx |
Parent Class |
_commandbutton |
Sample |
...\Samples\Solution\Ffc\buttons.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 button name and the URL 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. |
lFormSynch property |
Internal to the class. |
lHyperlinkCreated property |
Internal to the class. |
lNewWindow property |
Internal to the class. |
lVisited property |
Internal to the class. |
nVisitedForecolor property |
Internal to the class. |
oHyperlink property |
Internal to the class. |
cTarget_assign method |
Internal to the class. |
Follow method |
Internal to the class. |
lVisited_assign( ) method |
Internal to the class. |
nVisitedForecolor_assign( ) method |
Internal to the class. |
oHyperlink_access( ) method |
Internal to the class. |
ShowVisitedForecolor( ) method |
Internal to the class. |
See Also
Concepts
Guidelines for Using Visual FoxPro Foundation Classes
Reference
Visual FoxPro Foundation Classes A-Z