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.
Example
WINDEVUser code (UMC)
nType is int = EDT_Name.Type
ControlImg is Image = ControlTypeInfo(nType)
IMG_Control = ControlImg
WINDEVUser code (UMC)
ControlImg is string = ControlTypeInfo(typCalendar)
IMG_Control = ControlImg
Syntax
<Result> = ControlTypeInfo(<Type>)
<Result>: Image variable or character string
  • WINDEV Image variable corresponding to the icon for the type of control.
<Type>: Integer constant
Constant corresponding to the type of control to use:
typActiveXActiveX control.
typAttributeAttribute of a Looper control.
WINDEV This constant is not available.
typBarCodeBar Code control
typBreadcrumbBreadcrumb control.
WINDEV This constant is not available.
typBreakBreak.
WINDEV This constant is not available.
typButtonButton control.
typCalendarCalendar control.
typCaptchaCaptcha control.
WINDEV This constant is not available.
typCarouselCarousel control.
typCellCell control.
WINDEV This constant is not available.
typCellFlexBoxCell of a FlexBox control.
WINDEV This constant is not available.
typCellPageLayoutLayout area.
WINDEV This constant is not available.
typChartChart control.
typCheckBoxCheck Box control.
typClickClickable Image control (Image control with the "This image is a clickable area" option).
New in version 2024
typCodeEditor
Code Editor control.
typColumnColumn.
typComboNENon-editable Combo Box.
typComboWEEditable Combo Box.
typConferenceConference control.
typContextMenuControlContext Menu control.
WINDEV This constant is not available.
typControlTemplateControl Template control.
typCubeCube control.
typCurrencyCurrency edit control.
typDashboardDashboard control.
typDateDate edit control.
typDiagramEditorDiagram Editor control.
typDrawerDrawer control.
typDurationDuration edit control.
typFlashFlash control.
WINDEV This constant is not available.
typFlexFlex control.
WINDEV This constant is not available.
typFormattedControlFormatted Static control.
WINDEV This constant is not available.
typGrpGroup of controls.
typHorizontalRuleLine control.
WINDEV This constant is not available.
typHTMLHTML static.
typHTMLControlHTML control,
WINDEV This constant is not available.
typHtmlEditorHTML Editor control.
typHTMLStaticHTML Static control.
WINDEV This constant is not available.
typIFrameiframe control.
WINDEV This constant is not available.
typImageImage control.
typImageEditorImage Editor control.
typInfiniteProgressBarInfinite Progress Bar control.
typInternalPageInternal Page control.
WINDEV This constant is not available.
typInternalWindowInternal window.
typJavaJava Applet control.
WINDEV This constant is not available.
typKanbanKanban control
typKanbanListKanban List control
typLayoutLayout control.
typLinearLooperLinear Looper control.
Until version 27, this constant was named typHorizontalLooper.
WINDEV This constant is not available.
typLinkLink control.
WINDEV This constant is not available.
typListList Box control.
typListViewListView control.
typLooperLooper control.
typMapMap control.
typMapAreaClick Area control (Map Area).
WINDEV This constant is not available.
typMenuControlMenu control.
WINDEV This constant is not available.
typMenuOptionMenu option.
typMultilineZoneMultiline Zone control.
typMultimediaMultimedia control.
typNativeContainerNative Container control.
typNavigationBarNavigation Bar control.
WINDEV This constant is not available.
typNavigationBarCellCell control found in a Navigation Bar control.
WINDEV This constant is not available.
typNavigationBarCellCell control found in a Navigation Bar control.
WINDEV This constant is not available.
typNumNumeric edit control.
typOleOLE control.
typOrganizationChartOrganization Chart control.
typOrganizerOrganizer control.
typPagePage.
WINDEV This constant is not available.
typPagerPager control.
WINDEV This constant is not available.
typPanelDockable Panel control.
typPDFReaderPDF Reader control.
typPeelingCornerPeeling Corner control.
WINDEV This constant is not available.
typPivotTablePivot Table control.
typPopupPopup control.
WINDEV This constant is not available.
typProgressBarProgress Bar control.
typRangeSliderRange Slider control.
typRangeSliderRange Slider control.
WINDEV This constant is not available.
typRatingRating control.
typRepositionableNoteRepositionable Note control.
typRibbonRibbon control.
typRibbonGroupRibbon group.
typRichTextAreaText Area control.
WINDEV This constant is not available.
typRotativeSliderRound Slider control.
typSchedulerScheduler control.
typScrollbarScrollbar control.
typSelectRadio Button control.
typShapeShape/Drawing control.
typSilverlightSilverlight control.
WINDEV This constant is not available.
typSiteMapSite Map control.
WINDEV This constant is not available.
typSliderSlider control.
typSlidingBannerSliding Banner control.
WINDEV This constant is not available.
typSlidingBannerPlanePlane associated with a Sliding Banner control.
WINDEV This constant is not available.
typSocialLinkSocial Link control.
WINDEV This constant is not available.
typSpinSpin control.
typSplitterSplitter control.
typSpreadsheetSpreadsheet control.
typStaticStatic control.
typStatusBarBoxCell in a status bar.
typSuperControlSupercontrol.
typSwitchSwitch control.
typSwitchOptionOption of a Switch control.
typTabTab control.
typTableTable control.
typTextText edit control.
typThumbnailThumbnail control.
WINDEV This constant is not available.
typTimeTime edit control.
typToolbarToolbar Control.
typToolboxSidebar control.
typTreeMapTreeMap control.
typTreeViewTreeView control
typTreeviewTableTreeView Table control.
typUploadUpload control.
WINDEV This constant is not available.
typVideoVideo control.
WINDEV This constant is not available.
typWebCamWeb Camera control.
typWebComponentWeb Component control.
WINDEV This constant is not available.
typWinWindow.
typWireWire control.
typWordProcessingWord Processing control.
typXamlXaml control.
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