/////////////////////////////////////////////////////////////////////
// TEXTARRAY
/////////////////////////////////////////////////////////////////////
#command @ <row>, <col> TEXTARRAY <name> ;
[ OBJ <obj> ] ;
[ <dummy1: OF, PARENT> <parent> ] ;
[ ACTION <action> ] ;
[ WIDTH <width> ] ;
[ HEIGHT <height> ] ;
[ ROWCOUNT <rowcount> ] ;
[ COLCOUNT <colcount> ] ;
[ FONT <fontname> ] ;
[ SIZE <fontsize> ] ;
[ <bold: BOLD> ] ;
[ <italic: ITALIC> ] ;
[ <underline: UNDERLINE> ] ;
[ <strikeout: STRIKEOUT> ] ;
[ TOOLTIP <tooltip> ] ;
[ BACKCOLOR <backcolor> ] ;
[ FONTCOLOR <fontcolor> ] ;
[ <border: BORDER> ] ;
[ <clientedge: CLIENTEDGE> ] ;
[ HELPID <helpid> ] ;
[ <invisible: INVISIBLE> ] ;
[ <rtl: RTL> ] ;
[ SUBCLASS <subclass> ] ;
[ VALUE <value> ] ;
[ <notabstop: NOTABSTOP> ] ;
[ <disabled: DISABLED> ] ;
[ <dummy2: ONGOTFOCUS, ON GOTFOCUS> <gotfocus> ] ;
[ <dummy3: ONLOSTFOCUS, ON LOSTFOCUS> <lostfocus> ] ;
=> ;
[ <obj> := ] _OOHG_SelectSubClass( TTextArray(), [ <subclass>() ] ): ;
Define( <(name)>, <(parent)>, <col>, <row>, <width>, <height>, ;
<rowcount>, <colcount>, <.border.>, <.clientedge.>, <fontcolor>, ;
<backcolor>, <{action}>, <fontname>, <fontsize>, <.bold.>, ;
<.italic.>, <.underline.>, <.strikeout.>, <tooltip>, <helpid>, ;
<.invisible.>, <.rtl.>, <value>, <.notabstop.>, <.disabled.>, ;
<{gotfocus}>, <{lostfocus}> )