Guida di LibreOffice 7.3
Verifica se una variabile è un oggetto, in contrapposizione ai tipi di dati primitivi come le date, i numeri e i testi. La funzione restituisce True se la variabile è un oggetto, altrimenti restituisce False.
This function returns True for the following object types:
Oggetti OLE od oggetti UNO
Istanze agli oggetti del modulo Class
Routine o variabili quando definite come oggetti (Object).
Moduli di LibreOffice Basic
Le strutture di dati restituiscono True anche quando sono vuote. Le variabili definite come oggetti (Object) restituiscono True anche se non sono inizializzate.
IsObject(var)
Logico (boolean)
var: The variable to be tested.