/////////////////////////////////////////////////////////////////////
// IPADDRESS
/////////////////////////////////////////////////////////////////////
#command @ <row>, <col> IPADDRESS <name> ;
[ OBJ <obj> ] ;
[ <dummy1: OF, PARENT> <parent> ] ;
[ HEIGHT <height> ] ;
[ WIDTH <width> ] ;
[ VALUE <value> ] ;
[ FONT <fontname> ] ;
[ SIZE <fontsize> ] ;
[ <bold: BOLD> ] ;
[ <italic: ITALIC> ] ;
[ <underline: UNDERLINE> ] ;
[ <strikeout: STRIKEOUT> ] ;
[ TOOLTIP <tooltip> ] ;
[ <dummy03: ONCHANGE, ON CHANGE> <change> ] ;
[ <dummy02: ONGOTFOCUS, ON GOTFOCUS> <gotfocus> ] ;
[ <dummy04: ONLOSTFOCUS, ON LOSTFOCUS> <lostfocus> ] ;
[ HELPID <helpid> ] ;
[ <invisible: INVISIBLE> ] ;
[ <notabstop: NOTABSTOP> ] ;
[ <disabled: DISABLED> ] ;
[ <rtl: RTL> ] ;
[ SUBCLASS <subclass> ] ;
[ FONTCOLOR <fontcolor> ] ;
[ BACKCOLOR <backcolor> ] ;
=> ;
[ <obj> := ] _OOHG_SelectSubClass( TIPAddress(), [ <subclass>() ] ): ;
Define( <(name)>, <(parent)>, <col>, <row>, <width>, <height>, ;
[ <value> ], <fontname>, <fontsize>, <tooltip>, <{lostfocus}>, ;
<{gotfocus}>, <{change}>, <helpid>, <.invisible.>, <.notabstop.>, ;
<.bold.>, <.italic.>, <.underline.>, <.strikeout.>, <.rtl.>, ;
<.disabled.>, <fontcolor>, <backcolor> )