Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
Composition Setup
import.css=/download/attachments/327912/newLayout.css
Portuguese

Pagetitle
FT_FGoTopFGotop
FT_FGoTop

Função: FT_FGoTop

FGotop

Posiciona

no

início

(primeiro

caracter

da

primeira

linha)

do

arquivo

texto

aberto

pela

função

FT_FUse().

Sintaxe

Bloco de código
collapsefalse
FT_
FGoTop ( ) --> Nil
FGotop()

Exemplos

Bloco de código
languagecpp
themeEclipse
linenumberstrue
collapsefalse
User Function Example()
    
Nil (Nulo)
// Abre o
arquivonHandle
 arquivo
    nHandle := FT_FUse("c:\garbage\test.txt")
    // Se houver erro de abertura abandona
processamentoif
 processamento
    if nHandle = -1
        return
    endif
  
returnendif
  // Posiciona na primeria
linhaFT
 linha
    FT_FGoTop()
 return

Abrangência

Advanced Protheus 6.09 , Advanced Protheus 7.10 , Microsiga Protheus 8.11 , Protheus 10 , TOTVS Application Server 10 , ByYou Application Server

Veja

Também

também