Home > dev > api > name > gb.returnboolean 
 en fr de es it pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Voorgaande  Volgende  Bewerken  Hernoemen  Undo  Search  Administratie  
Handleiding  
Waarschuwing Deze pagina is niet vertaald.  Zie Engelse versie 
GB.ReturnBoolean
void GB.ReturnBoolean ( int value )

Returns a Boolean value to the caller of the method or property.

If the type of the method or property is not Boolean, then the return value is automatically converted.

This function does not abort the method or property. You must explicitely return from it by using the return instruction.

Zie ook

api/cat/return