Abilitare JavaScript per vedere questo sito.

Interroga testo ultimo errore del documento.

Sintassi

string get_last_error()

Risultato

Rende testo dell'ultimo errore che è capitato in una delle operazioni del documento, oppure stringa vuota.

Esempio di utilizzo:

fdoc::document document;

if (!document.save_to_file("dummy.dat"))

{

  trace("Errore di salvataggio: " + document.get_last_error());

}

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC