4D v20

WP DELETE TEXT BOX

Accueil

 
4D v20
WP DELETE TEXT BOX

WP DELETE TEXT BOX 


 

WP DELETE TEXT BOX ( textBox ) 
Paramètre Type   Description
textBox  Objet in Text box

The WP DELETE TEXT BOX command deletes the text box defined by the textBox parameter.

If textBox does not exist, the command does nothing.

Exemple  

You want to delete a text box using its ID:

 var $myTextBox : Object
 
  // Get the text box
 $myTextBox:=WP Get element by ID(myDoc;"AddressBox")
 
  // Delete the text box
 WP DELETE TEXT BOX($myTextBox)



Voir aussi  

WP New text box

 
PROPRIÉTÉS 

Produit : 4D
Thème : 4D Write Pro - Langage
Numéro : 1798
Nom intl. : WP DELETE TEXT BOX

 
HISTORIQUE 

Créé : 4D v19 R8

 
UTILISATION DE L'ARTICLE

4D Write Pro ( 4D v20)