ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query editor: Characteristics
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
The Multimedia control
The Multimedia control is used to play multimedia files......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
InitialState (Property)
The InitialState property is used to get the initial state of a control.
12. External component in practice
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
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....
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......