ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Installing the robot controller
The monitoring robot includes three executables......
Compound statements
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
LDAPNbValue (Function)
Returns the number of values for an attribute.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Data model editor: types of links
Several types of links can be found between the files......
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.