ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
16. Types of code
Opens a replication in direct mode or with a replication server.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
PostMessage (Function)
Sends a Windows message to a control or to a window.
SOAP functions
List of SOAP functions...
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) programmatically.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
HBuildKeyValueANSI (Function)
Whatever the platform used, the data stored in HFSQL tables is in ANSI format.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......