ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
HCloseConnection (Example)
Usage example of the HCloseConenction function
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
NFC constants
List of constants used by the NFC functions...
Speech synthesis in the mobile applications
The phones can talk!......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Events associated with TreeView controls
List of events associated with TreeView controls...
Input (Function)
Displays a message allowing the user to type an information.
7. Multilingual applications in practice
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
LOOP statement
The statement block is repeated endlessly...