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...
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.
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.
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...
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
ThreadEnd (Function)
Ends the execution of the current thread.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HTTPAddFile (Function)
Adds a file to the HTTP form.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
ThreadCurrent (Function)
Returns the name of the thread currently run.
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
HOpen (Function)
Opens a data file.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HChangeName (Function)
Modifies the physical name of a data file.
AppInstallUPD (Function)
Triggers the automatic update of current application.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.