Início > dev > api > name > gb.returnconstzerostring 
 en fr de es it nl pl pt mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Anterior  Próximo  Editar  Renomear  Desfazer  Procurar  Administração  
Documentação  
Cuidado! Esta página não está traduziada.  Veja a versão em inglês 
GB.ReturnConstZeroString
void GB.ReturnConstZeroString ( char *str )

Returns a constant String value to the caller of the method or property.

This string must be a constant string, i.e. it must never disappear from memory, and it must be null terminated.

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

Veja também

api/cat/returnstring