ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
The Image control
The Image control is used to......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Browser constants
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Chart control properties
A Chart control can be used......
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
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....
SQLExec (Function)
Names and runs an SQL query.
NotificationDisplay (Function)
Displays a message outside the browser.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....