eso.
gracias.
eso.
gracias.
/*----------------------------------------------------------------------------//
!short: BOX - GROUPS */
#xcommand @ <nTop>, <nLeft> [ GROUP <oGroup> ] TO <nBottom>, <nRight> ;
       [ <label:LABEL,PROMPT> <cLabel> ] ;
       [ OF <oWnd> ] ;
       [ COLOR <nClrFore> [,<nClrBack>] ] ;
       [ <lPixel: PIXEL> ] ;
       [ <lDesign: DESIGN> ] ;
       [ FONT <oFont> ] ;
       [ <lTransparent: TRANSPARENT> ] ;
    => ;
     [ <oGroup> := ] TGroup():New( <nTop>, <nLeft>, <nBottom>, <nRight>,;
       <cLabel>, <oWnd>, <nClrFore>, <nClrBack>, <.lPixel.>,;
       [<.lDesign.>], [<oFont>], [<.lTransparent.>] )
#xcommand REDEFINE GROUP [ <oGroup> ] ;
       [ <label:LABEL,PROMPT> <cLabel> ] ;
       [ ID <nId> ] ;
       [ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
       [ COLOR <nClrFore> [,<nClrBack>] ] ;
       [ FONT <oFont> ] ;
       [ <lTransparent: TRANSPARENT> ] ;
    => ;
     [ <oGroup> := ] TGroup():ReDefine( <nId>, <cLabel>, <oWnd>,;
       <nClrFore>, <nClrBack>, [<oFont>], [<.lTransparent.>] )
/*----------------------------------------------------------------------------//