|
|
|
|
|
<Table>.SupprimeTout (Fonction) En anglais : <Table>.DeleteAll Supprime toutes les lignes dans : - un champ Table par programmation,
- un champ Table hiérarchique par programmation,
- une table affichée dans un champ Combo.
TABLE_Produit.SupprimeTout()
Syntaxe
<Champ Table>.SupprimeTout()
<Champ Table> : Nom de champ Nom du champ à manipuler. Ce champ peut correspondre à : - un champ Table.
- un champ Table hiérarchique.
- un champ Combo avec table.
Remarques Conditions d'utilisation La fonction <Table>.SupprimeTout peut être utilisée indifféremment sur : - un champ Table ou Table hiérarchique fichier.
- un champ Table ou Table hiérarchique par programmation.
- un champ monosélection ou multisélection.
Rappel : La multisélection n'est pas disponible sur les champs Table en mode "Serveur".
Composante : wd300obj.dll
Documentation également disponible pour…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|