ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
FTP constants
List of constants used by the FTP functions....
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
NetworkConnect (Function)
Associates a drive with a shared network directory.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......