ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Events associated with framesets
List of events associated with framesets...
iVPos (Function)
iVPos is kept for backward compatibility.
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
2. Deploying a static or PHP site
Usage example of the HCreateView function...
Pictorial Percentage chart
The Pictorial Percentage chart illustrates data as percentages, using shapes......
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Link Description (Variable type)
A Link Description variable is used to describe a link between two tables programmatically.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
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....
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Color (Variable type)
The Color type is used to define the advanced characteristics of a WLanguage color.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......