/////////////////////////////////////////////////////////////////////
// HYPERLINK
/////////////////////////////////////////////////////////////////////
#command @ <row>, <col> HYPERLINK <name> ;
[ OBJ <obj> ] ;
[ <dummy1: OF, PARENT> <parent> ] ;
[ VALUE <value> ] ;
[ ADDRESS <address>] ;
[ WIDTH <width> ] ;
[ HEIGHT <height> ] ;
[ <autosize: AUTOSIZE> ] ;
[ FONT <fontname> ] ;
[ SIZE <fontsize> ] ;
[ <bold: BOLD> ] ;
[ <italic: ITALIC> ] ;
[ TOOLTIP <tooltip> ] ;
[ BACKCOLOR <backcolor> ] ;
[ FONTCOLOR <fontcolor> ] ;
[ <border: BORDER> ] ;
[ <clientedge: CLIENTEDGE> ] ;
[ <hscroll: HSCROLL> ] ;
[ <vscroll: VSCROLL> ] ;
[ <transparent: TRANSPARENT> ] ;
[ <handcursor: HANDCURSOR> ] ;
[ HELPID <helpid> ] ;
[ <invisible: INVISIBLE> ] ;
[ <rtl: RTL> ] ;
=> ;
[ <obj> := ] THyperLink():Define( ;
<(name)>, <(parent)>, <col>, <row>, <value>, <address>, ;
<width>, <height>, <fontname>, <fontsize>, <.bold.>, <.border.>, ;
<.clientedge.>, <.hscroll.>, <.vscroll.>, <.transparent.>, ;
[ <backcolor> ], [ <fontcolor> ], <tooltip>, <helpid>, ;
<.invisible.>, <.italic.>, <.autosize.>, <.handcursor.>, <.rtl.> )