Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| Category | Internet |
|---|---|
| Default Catalog | Visual FoxPro Catalog\Foundation Classes\Internet |
| Class | _hyperlinkimage |
| Base Class | Image |
| Class Library | _hyperlink.vcx |
| Parent Class | _image |
| Sample | ...\Samples\Solution\Ffc\hyperlnk.scx |
Remarks
This class provides the functionality of the Hyperlink object and launches a Web Browser when you click an image.
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 image 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. |
| 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
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Class Samples