Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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
This class provides the functionality of the Hyperlink object and launches a Web Browser when you click a button.
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
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Classes