@...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
nRow, nCol
|
Position in the area of ??the window in pixels.
|
nWidth, nHeight
|
The desired size of the HyperLink Control in pixels.
|
nId
|
The ID identifier this Control in Dialog Window
|
ControlName
|
A reference to the HyperLink Control
|
ParentWindowName
|
A reference to the Parent Window.
|
nHelpID
|
The help topic identifier for this Control
|
cControlValue
|
?
|
cLinkAddress
|
Specifies the Link Address (URL)
|
cFontName
|
Specifies the Font Name
|
nFontSize
|
Specifies the Font Size
|
cToolTipText
|
Specifies the Text for the ToolTip
|
anBackColor
|
Specifies the Background Color
|
anFontColor
|
Specifies the Font Color
|
|
|
AUTOSIZE
|
Specifies to Auto size the control with the real length of the
Link Address
|
BORDER
|
Specifies to draw a border around the HyperLink control
|
CLIENTEDGE
|
?
|
HSCROLL
|
Specifies to show Horizontal scroll
|
VSCROLL
|
Specifies to show Vertical scroll
|
TRANSPARENT
|
Specifies that the background of a control should be
transparent
|
RIGHTALIGN
|
Specifies to right align the LinkAddress in the control size
|
CENTERALIGN
|
Specifies to center the LinkAddress in the control size
|
HANDCURSOR
|
Specifies to show Hand Cursor when hovering over the
HyperLink control
|
INVISIBLE
|
The visibility property specifies whether or not a control is
visible
|
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 t the background of a control transparent
| |
Set / Gets user property 'Cargo' for HyperLink control
| |
Retrieves the name of a HyperLink control.
| |
Set the name as character identifier of the parent window.
| |
Set the numeric help topic identifier of the control.
| |
Control supports an autosizing of width
|
D: Available at control definition only
R: Read-Only
METHODS:
Shows a HyperLink control
| |
Hides a HyperLink control
| |
Redraw a Control
| |
Releases a HyperLink control from memory
| |
Save a HyperLink control as BitMap file.
|
EXAMPLE: