Es posible que la definicion del comando sea err贸nea? (Fivewin.ch)
Ahora mismo es:
y deber铆a ser
seg煤n la definicion de la clase
Ahora mismo es:
#xcommand @ <nRow>, <nCol> PANEL [ <oPnl> ] ;
聽 聽 聽 聽 聽 聽 聽[ SIZE <nWidth>, <nHeight> ] ;
聽 聽 聽 聽 聽 聽 聽[ <of: OF, WINDOW, DIALOG > <oWnd> ] ;
聽 聽 聽 聽 聽 聽 聽[ <design: DESIGN> ] ;
聽 聽 聽 聽=> ;
聽 聽 聽 聽 聽 [ <oPnl> := ] TPanel():New( <nRow>, <nCol>, <nWidth> + <nCol> - 1,;
聽 聽 聽 聽 聽 聽 聽<nHeight> + <nRow> - 1, <oWnd>, <.design.> )y deber铆a ser
#xcommand @ <nRow>, <nCol> PANEL [ <oPnl> ] ;
聽 聽 聽 聽 聽 聽 聽[ SIZE <nWidth>, <nHeight> ] ;
聽 聽 聽 聽 聽 聽 聽[ <of: OF, WINDOW, DIALOG > <oWnd> ] ;
聽 聽 聽 聽 聽 聽 聽[ <design: DESIGN> ] ;
聽 聽 聽 聽=> ;
聽 聽 聽 聽 聽 [ <oPnl> := ] TPanel():New( <nRow>, <nCol>, 聽<nHeight> + <nRow> - 1,;
聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽<nWidth> + <nCol> - 1, 聽<oWnd>, <.design.> )seg煤n la definicion de la clase
METHOD New( nTop, nLeft, nBottom, nRight, oWnd ) CONSTRUCTORCristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noci贸n del tiempo
El secreto de la felicidad no est谩 en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noci贸n del tiempo
El secreto de la felicidad no est谩 en hacer lo que te gusta, sino en que te guste lo que haces