Home > dev > api > name > gb_boolean 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
GB_BOOLEAN
typedef
  struct {
    GB_TYPE type;
    int value;
    #if __WORDSIZE == 64
    int _pad;
    #endif
    intptr_t _reserved[2];
    }
  GB_BOOLEAN;

This structure represents a Boolean Gambas value.

Vedi anche

Gambas Value Datatype