SHOW_ALL

SHOW_ALL

REND VISIBLE TOUS LES OBJETS SYSTÈME

  • Type: Commande
  • Paramètre: 0
  • Groupe: Objets Système

ACTION

La commande SHOW_ALL rend visibles tous les objets système.

SYNTAXE : SHOW_ALL

UTILISATION

  • La commande SHOW_ALL est utilisée pour rendre visible tous les objets système.
  • La commande SHOW_ALL a une commande inverse : HIDE_ALL.

ERREUR

  • Rien.

EXEMPLE

rem créer 10 BUTTONs

dim i%

for i%=1 to 10

button i%:caption i%,"Button "+str$(i%)

left i%,20*i%:top i%,20*i%

next i%

rem attendre 1 seconde

wait 1000

rem les cacher

hide_all

rem attendre 1 seconde

wait 1000

rem les montrer à nouveau

show_all

EN RAPPORT

HIDE

SHOW

HIDE_ALL

HIDE()

SHOW()