ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Screen,Get (External language)
Retrieves the value in a control or in a variable.
ChangeTarget (Function)
Changes the target of a button action.
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
Print constants
List of constants used by the print functions....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
The Multimedia control
The Multimedia control is used to play multimedia files......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.