ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
gLine (Function)
Builds a sequence of characters containing a line.
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
zipExtractAll (Example)
Usage example of the zipExtractAll function
Data persistence
The data persistence is used to store the value typed by the user......
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
HIndex (Function)
Rebuilds the file index (".NDX" file).
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
zipAddFile (Example)
Usage example of the zipAddFile function