@...HYPERLINK DEFINE HYPERLINK Creates a hyperlink control.
|
SYNTAX
Standard Window:
@ <nRow>,<nCol> HYPERLINK
<ControlName>
[ OF <ParentWindowName> ]
[ VALUE <cControlValue> ]
[ ADDRESS <cLinkAddress | "proc:\\MyProc()">]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ AUTOSIZE ]
[ FONT <cFontName> ]
[ SIZE <nFontSize> ]
[ BOLD ]
[ ITALIC ]
[ TOOLTIP <cToolTipText> ]
[ BACKCOLOR <anBackColor> ]
[ FONTCOLOR <anFontColor> ]
[ BORDER ]
[ CLIENTEDGE ]
[ HSCROLL ]
[ VSCROLL ]
[ TRANSPARENT ]
[ RIGHTALIGN ]
[ CENTERALIGN ]
[ HANDCURSOR ]
[ HELPID <nHelpId> ]
[ INVISIBLE ]
Alternate Syntax:
DEFINE HYPERLINK <ControlName>
[ ID <nId> ]
[ PARENT <ParentWindowName> ]
COL <nCol>
ROW <nRow>
[ VALUE <cControlValue> ]
[ ADDRESS <cLinkAddress | "proc:\\MyProc()">]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ AUTOSIZE ]
[ FONTNAME <cFontname>
[ FONTSIZE <nFontsize> ]
[ FONTBOLD < .T. | .F.> ]
[ FONTITALIC < .T. | .F.> ]
[ TOOLTIP <cToolTipText> ]
[ BACKCOLOR <anBackColor> ]
[ FONTCOLOR <anFontColor> ]
[ BORDER < .T. | .F.> ]
[ CLIENTEDGE < .T. | .F.> ]
[ HSCROLL < .T. | .F.> ]
[ VSCROLL < .T. | .F.> ]
[ TRANSPARENT < .T. | .F.> ]
[ RIGHTALIGN < .T. | .F.> ]
[ CENTERALIGN < .T. | .F.> ]
[ HANDCURSOR < .T. | .F.> ]
[ HELPID <nHelpId> ]
[ INVISIBLE < .T. | .F.> ]
END HYPERLINK
PROPERTIES:
Set / Gets HyperLink value.
| |
Set / Gets enabled state of a HyperLink control
| |
Set / Gets visible a HyperLink control.
| |
Set / Gets row position of a HyperLink control.
| |
Set / Gets column position of a HyperLink control.
| |
Set / Gets width of a HyperLink control.
| |
Set / Gets height of a HyperLink control.
| |
Set / Gets HyperLink control's font name.
| |
Set / Gets HyperLink control's font size.
| |
Set / Gets HyperLink control's font bold property
| |
Set / Gets HyperLink control's font italic property
| |
Set / Gets HyperLink control's font underline property
| |
Set / Gets HyperLink control's font strikeout property
| |
Set / Gets address of a HyperLink
control.
| |
Set / Gets the foreground color for text within the HyperLink
| |
Set / Gets the background color for text within the HyperLink
| |
Set / Gets user property 'Cargo' for HyperLink control
| |
Retrieves the name of a HyperLink control.
| |
· Parent (D)
|
Set the name as character identifier of the parent window.
|
Set the numeric help topic identifier of the control.
| |
· Autosize (D)
|
Control supports an autosizing of width
|
D: Available at control definition only
R: Read-Only
METHODS:
Shows a HyperLink control
| |
Hides a HyperLink control
| |
Releases a HyperLink control from memory
| |
Save a HyperLink control as BitMap file.
|