Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languageactionscript3
titleTKTLVPAG
linenumberstrue
#INCLUDE "PROTHEUS.CH"

User Function TK341ROT()

Local aAdicRot := {}

AAdd( aAdicRot, { "Custom", "U_TK341CUSTOM()", 0, 4 } )

Return aAdicRot

User Function TK341CUSTOM()

Alert("Função chamada pelo PE: TK341ROT")

Return Nil