@...HYPERLINK \/ DEFINE HYPERLINK
Creates an hyperlink control
Standard Syntax (xBase Style):
@ <nRow>,<nCol> HYPERLINK <ControlName>
[ OF <ParentWindowName> ]
[ VALUE <cControlValue> ]
[ ADDRESS <cLinkAddress>]
[ WIDTH <nWidth> ]
[ HEIGHT <nHeight> ]
[ AUTOSIZE ]
[ FONT <cFontName> ]
[ SIZE <nFontSize> ]
[ BOLD ]
[ ITALIC ]
[ TOOLTIP <cToolTipText> ]
[ BACKCOLOR <anBackColor> ]
[ FONTCOLOR <anFontColor> ]
[ RIGHTALIGN ]
[ CENTERALIGN ]
[ HELPID <nHelpId> ]
[ HANDCURSOR ]
[ INVISIBLE ]
Alternate Syntax:
DEFINE HYPERLINK <ControlName>
PARENT <ParentWindowName>
ROW <nValue>
COL <nValue>
WIDTH <nValue>
HEIGHT <nValue>
FONTNAME <cValue>
FONTSIZE <nValue>
FONTBOLD <lValue>
FONTITALIC <lValue>
BACKCOLOR <anBackColor>
FONTCOLOR <anFontColor>
HELPID <nValue>
VISIBLE <lValue>
VALUE <cControlValue>
ADDRESS <cLinkAddress>
HANDCURSOR <lValue>
AUTOSIZE <lValue>
ALIGNMENT Left | Right | Center
TOOLTIP <cToolTipText>
END HYPERLINK
Properties:
- Value
- Enabled
- Visible
- Row
- Col
- Width
- Height
- FontName
- FontSize
- FontBold
- FontItalic
- FontUnderline
- FontStrikeout
- AutoSize
- Address
- Name (R)
- Parent (D)
- BackColor
- FontColor
- HelpId (D)
- Alignment (D)
- Handcursor (D)
D: Available at control definition only R: Read-Only
- Show
- Hide
- Release