ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ControlTypeInfo (Function)
In french: ChampTypeInfo
Returns the icon corresponding to the specified type of control.
WEBDEV - Server code Remark: The project must be recompiled in order for the images to be available in the "_WEB/res" directory of the project.
Example
WEBDEV - Server code
ControlImg is string = ControlTypeInfo(typCalendar)
IMG_Control = ControlImg
Syntax
<Result> = ControlTypeInfo(<Type>)
<Result>: Image variable or character string
  • WEBDEV - Server code Character string corresponding to the path and name of the new image file. This path is relative to the <Project Name>_WEB directory of the project.
<Type>: Integer constant
Constant corresponding to the type of control to use:
typActiveXActiveX control.
WEBDEV - Server code This constant is not available.
typAttributeAttribute of a Looper control.
typBarCodeBar Code control
typBreadcrumbBreadcrumb control.
typBreakBreak.
typButtonButton control.
typCalendarCalendar control.
typCaptchaCaptcha control.
typCarouselCarousel control.
WEBDEV - Server code This constant is not available.
typCellCell control.
typCellFlexBoxCell of a FlexBox control.
typCellPageLayoutLayout area.
typChartChart control.
typCheckBoxCheck Box control.
typClickClickable Image control (Image control with the "This image is a clickable area" option).
WEBDEV - Server code This constant is not available.
New in version 2024
typCodeEditor
Code Editor control.
typColumnColumn.
typComboNENon-editable Combo Box.
typComboWEEditable Combo Box.
typConferenceConference control.
WEBDEV - Server code This constant is not available.
typContextMenuControlContext Menu control.
typControlTemplateControl Template control.
typCubeCube control.
WEBDEV - Server code This constant is not available.
typCurrencyCurrency edit control.
typDashboardDashboard control.
typDateDate edit control.
typDiagramEditorDiagram Editor control.
typDrawerDrawer control.
typDurationDuration edit control.
typFlashFlash control.
typFlexFlex control.
typFormattedControlFormatted Static control.
typGrpGroup of controls.
typHorizontalRuleLine control.
typHTMLHTML static.
WEBDEV - Server code This constant is not available.
typHTMLControlHTML control,
typHtmlEditorHTML Editor control.
WEBDEV - Server code This constant is not available.
typHTMLStaticHTML Static control.
typIFrameiframe control.
typImageImage control.
typImageEditorImage Editor control.
typInfiniteProgressBarInfinite Progress Bar control.
WEBDEV - Server code This constant is not available.
typInternalPageInternal Page control.
typInternalWindowInternal window.
WEBDEV - Server code This constant is not available.
typJavaJava Applet control.
typKanbanKanban control
typKanbanListKanban List control
typLayoutLayout control.
typLinearLooperLinear Looper control.
Until version 27, this constant was named typHorizontalLooper.
typLinkLink control.
typListList Box control.
typListViewListView control.
WEBDEV - Server code This constant is not available.
typLooperLooper control.
typMapMap control.
typMapAreaClick Area control (Map Area).
typMenuControlMenu control.
typMenuOptionMenu option.
typMultilineZoneMultiline Zone control.
WEBDEV - Server code This constant is not available.
typMultimediaMultimedia control.
WEBDEV - Server code This constant is not available.
typNativeContainerNative Container control.
WEBDEV - Server code This constant is not available.
typNavigationBarNavigation Bar control.
typNavigationBarCellCell control found in a Navigation Bar control.
typNavigationBarCellCell control found in a Navigation Bar control.
typNumNumeric edit control.
typOleOLE control.
WEBDEV - Server code This constant is not available.
typOrganizationChartOrganization Chart control.
WEBDEV - Server code This constant is not available.
typOrganizerOrganizer control.
typPagePage.
typPagerPager control.
typPanelDockable Panel control.
WEBDEV - Server code This constant is not available.
typPDFReaderPDF Reader control.
WEBDEV - Server code This constant is not available.
typPeelingCornerPeeling Corner control.
typPivotTablePivot Table control.
WEBDEV - Server code This constant is not available.
typPopupPopup control.
typProgressBarProgress Bar control.
typRangeSliderRange Slider control.
WEBDEV - Server code This constant is not available.
typRangeSliderRange Slider control.
typRatingRating control.
typRepositionableNoteRepositionable Note control.
WEBDEV - Server code This constant is not available.
typRibbonRibbon control.
WEBDEV - Server code This constant is not available.
typRibbonGroupRibbon group.
WEBDEV - Server code This constant is not available.
typRichTextAreaText Area control.
typRotativeSliderRound Slider control.
WEBDEV - Server code This constant is not available.
typSchedulerScheduler control.
typScrollbarScrollbar control.
WEBDEV - Server code This constant is not available.
typSelectRadio Button control.
typShapeShape/Drawing control.
WEBDEV - Server code This constant is not available.
typSilverlightSilverlight control.
typSiteMapSite Map control.
typSliderSlider control.
typSlidingBannerSliding Banner control.
typSlidingBannerPlanePlane associated with a Sliding Banner control.
typSocialLinkSocial Link control.
typSpinSpin control.
WEBDEV - Server code This constant is not available.
typSplitterSplitter control.
WEBDEV - Server code This constant is not available.
typSpreadsheetSpreadsheet control.
WEBDEV - Server code This constant is not available.
typStaticStatic control.
typStatusBarBoxCell in a status bar.
WEBDEV - Server code This constant is not available.
typSuperControlSupercontrol.
typSwitchSwitch control.
typSwitchOptionOption of a Switch control.
typTabTab control.
typTableTable control.
typTextText edit control.
typThumbnailThumbnail control.
typTimeTime edit control.
typToolbarToolbar Control.
WEBDEV - Server code This constant is not available.
typToolboxSidebar control.
WEBDEV - Server code This constant is not available.
typTreeMapTreeMap control.
WEBDEV - Server code This constant is not available.
typTreeViewTreeView control
typTreeviewTableTreeView Table control.
typUploadUpload control.
typVideoVideo control.
typWebCamWeb Camera control.
typWebComponentWeb Component control.
typWinWindow.
WEBDEV - Server code This constant is not available.
typWireWire control.
WEBDEV - Server code This constant is not available.
typWordProcessingWord Processing control.
WEBDEV - Server code This constant is not available.
typXamlXaml control.
WEBDEV - Server code This constant is not available.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/28/2024

Send a report | Local help