Page de démarrage > dev > api > name > gb_hook_check 
 en de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Précédent  Suivant  Éditer  Renommer  Annuler  Rechercher  Administration  
Documentation  
Attention! Cette page n'a pas encore été traduite.  Voir la version anglaise 
GB_HOOK_CHECK
#define GB_HOOK_CHECK ( hook ) ...

Declare which function will be called to check the validity of an instance of the declared classe.

The check function has the following prototype:

int (*check_validity)(void *object);

It takes an objet reference as argument, and must return TRUE if the object is invalide, and FALSE if the object is valid.

Voir aussi

Le modèle objet de Gambas