DOCUMENTATION EN LIGNE
DE WINDEVWEBDEV ET WINDEV MOBILE

Aide / WLangage / Fonctions WLangage / Champs, pages et fenêtres / Fonctions de gestion des champs
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaEtats et RequêtesCode Utilisateur (MCU)
WEBDEV
WindowsLinuxPHPWEBDEV - Code Navigateur
WINDEV Mobile
AndroidWidget AndroidiPhone/iPadWidget IOSApple WatchMac CatalystUniversal Windows 10 App
Autres
Procédures stockées
ChampTypeInfo (Fonction)
En anglais : ControlTypeInfo
Renvoie l'icône correspondant au type de champ spécifié.
Exemple
Syntaxe
<Résultat> = ChampTypeInfo(<Type>)
<Résultat> : Variable de type Image ou chaîne de caractères
    <Type> : Constante de type Entier
    Constante correspondant au type de champ à manipuler :
    typActiveXChamp ActiveX.
    typAgendaChamp Agenda.
    typAscChamp Ascenseur.
    typAttributAttribut d'un champ Zone répétée.
    typBandeauDéfilantChamp Bandeau défilant.
    typBarreDeNavigationChamp Barre de navigation.
    typBarreOutilsChamp Barre d'outils.
    typBoîteAOutilsChamp Boîte à outils.
    typBoutonChamp Bouton.
    typCalendrierChamp Calendrier.
    typCaptchaChamp Captcha.
    typCarrouselChamp Carrousel.
    typCarteChamp Carte.
    typCaseBarreDeMessageCase de barre de message.
    typCelluleChamp Cellule.
    typCelluleDeBarreDeNavigationChamp Cellule présent dans un champ Barre de Navigation.
    typCelluleDeBarreDeNavigationChamp Cellule présent dans un champ Barre de Navigation.
    typCelluleFlexBoxCellule d'un champ FlexBox.
    typCelluleMiseEnPageZone de mise en page.
    typChampFormatéChamp Libellé formaté.
    typChampHTMLChamp HTML.
    typChampMenuChamp Menu.
    typChampMenuContextuelChamp Menu contextuel.
    typCheminDeNavigationChamp Chemin de navigation.
    typClicageChamp Image cliquable (champ Image d'une fenêtre ayant l'option "Cette image est une zone de cliquage" cochée).
    typCodeBarresChamp Code-barres
    typColonneColonne.
    typComboAVSCombo avec saisie.
    typComboSNSCombo sans saisie.
    typComposantWebChamp Composant Web.
    typConférenceChamp Conférence.
    typConteneurNatifChamp Conteneur natif.
    typCubeChamp Cube.
    typDateChamp de saisie de type date.
    typDispositionChamp Disposition.
    typDuréeChamp de saisie de type durée.
    Nouveauté 2024
    typEditeurCode
    Champ Editeur de code.
    typEditeurDeDiagrammesChamp Editeur de diagrammes.
    typEditeurHtmlChamp Editeur HTML.
    typEditeurImagesChamp Editeur d'images.
    typFenFenêtre.
    typFenêtreInterneFenêtre Interne.
    typFilChamp Fil.
    typFlashChamp Flash.
    typFlexChamp Flex.
    typFormeChamp Forme/Dessin.
    typGrapheChamp Graphe.
    typGrpGroupe de champs.
    typHeureChamp de saisie de type heure.
    typHTMLLibellé HTML.
    typIFrameChamp iFrame.
    typImageChamp Image.
    typInterrChamp Interrupteur.
    typInterrupteurABasculeChamp Interrupteur à bascule.
    typJaugeChamp Jauge.
    typJaugeInfinieChamp Jauge infinie.
    typJavaChamp Applet Java.
    typKanbanChamp Kanban
    typLecteurPDFChamp Lecteur PDF.
    typLibelléChamp Libellé.
    typLibelléHTMLChamp Libellé HTML.
    typLienChamp Lien.
    typLienSocialChamp Lien social.
    typLigneChamp Ligne.
    typListeChamp Liste.
    typListeImageChamp Liste image.
    typListeKanbanChamp Liste de Kanban
    typMapAreaChamp Zone de cliquage de type Map Area.
    typModèleDeChampChamp de type Modèle de champs.
    typMonétaireChamp de saisie de type monétaire.
    typMultimédiaChamp Multimédia.
    typNotationChamp Notation.
    typNoteRepositionnableChamp Note repositionnable.
    typNumChamp de saisie de type numérique.
    typOleChamp OLE.
    typOngletChamp Onglet.
    typOptionInterrupteurABasculeOption d'un champ Interrupteur à bascule.
    typOptionMenuOption de menu.
    typOrganigrammeChamp Organigramme.
    typPagePage.
    typPageCornéeChamp Page cornée.
    typPageInterneChamp Page interne.
    typPanneauChamp Panneau dockable.
    typPlanDeBandeauDéfilantPlan associé à un champ Bandeau défilant.
    typPlanDeSiteChamp Plan du site.
    typPlanningChamp Planning.
    typPopupChamp Popup.
    typPotentiomètreChamp Potentiomètre.
    typPotentiomètreIntervalleChamp Potentiomètre d'intervalle.
    typPotentiomètreRotatifChamp Potentiomètre rotatif.
    typRangeSliderChamp Range Slider.
    typRégletteChamp Réglette.
    typRegroupementRubanRegroupement de ruban.
    typRubanChamp Ruban.
    typRuptureRupture.
    typSélectChamp Sélecteur.
    typSéparateurChamp Séparateur.
    typSilverlightChamp Silverlight.
    typSpinChamp Spin.
    typSuperChampSuperchamp.
    typTableChamp Table.
    typTableauCroiséDynamiqueChamp Tableau croisé dynamique.
    typTableauDeBordChamp Tableau de bord.
    typTableHierarchiqueChamp Table hiérarchique.
    typTableurChamp Tableur.
    typTexteChamp de saisie de type texte.
    typTiroirChamp Tiroir.
    typTraitementDeTexteChamp Traitement de texte.
    typTreeMapChamp TreeMap.
    typTreeViewChamp Arbre
    typUploadChamp Upload.
    typVidéoChamp Vidéo.
    typVignetteChamp Vignette.
    typWebCamChamp Web Camera.
    typXamlChamp Xaml.
    typZoneMultiligneChamp Zone multiligne.
    typZoneRépétéeChamp Zone répétée.
    typZoneRépétéeLinéaireChamp Zone répétée linéaire.
    typZoneTexteRicheChamp Zone de texte.
    Classification Métier / UI : Code UI
    Composante : wd290obj.dll
    Version minimum requise
    • Version 18
    Documentation également disponible pour…
    Commentaires
    Cliquez sur [Ajouter] pour publier un commentaire

    Dernière modification : 02/02/2024

    Signaler une erreur ou faire une suggestion | Aide en ligne locale