ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Functions for managing Multiline Zone controls (prefix syntax)
Functions for handling Multiline Zone controls (prefix syntax)....
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Multiline Zone control functions
Functions for handling Multiline Zone controls....
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
The home page
The home page is the first page of your site......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
1
2
3
4
5
6
278
>