import.css=/download/attachments/327912/newLayout.css |
Ponto-de-Entrada: M650BUT - Inclusão de botões na EnchoiceBar
Descrição:
Eventos
Programa Fonte
MATA650.PRX
Sintaxe
M650BUT - Inclusão de botões na EnchoiceBar ( ) --> aButtons
Retorno
Observações
Exemplos
#include "rwmake.ch"User Function M650BUT()LOCAL cBitMap := "RELATORIO"LOCAL cHint := "Teste"LOCAL aButtons:= {{cBitMap,{|| A650Teste()},cHint}} // Monta array com BITMAP, FUNCAO e HINTRETURN aButtons |