ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
AssistedInputConfigure (Function)
Specifies how to open and filter the autocomplete suggestion list.
WinOutWidth (Function)
Returns the full width of a window.
11. Table/Looper controls
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
saasPricing (Variable type)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
gpwAddUser (Function)
Adds a user to the User Groupware database.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Color (Variable type)
The Color type is used to define the advanced characteristics of a WLanguage color.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Editing WEBDEV project element styles
WEBDEV lets you manage all the WEBDEV element styles used in a project......
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
1. Examples provided with WINDEV Mobile
Exports a page contained in a Document variable in image format....
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Animation (Property)
The Animation property animates an image.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
CtUserName (Property)
The CtUserName property sets the username used to connect to a specific table via OLE DB.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......