ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Set of procedures
The global procedures are grouped in set of procedures...
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.
16. Types of code
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
iCreateFont (Function)
Creates a new print font.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
Designing a supercontrol
A supercontrol is an advanced type of control......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
ChangeAction (Example)
Usage example of ChangeAction
Managing space characters in the searches?
fMemOpen (Function)
Opens a memory zone shared between several applications.