ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
Code snippets
The code editor allows you to enter "Code snippets"......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Input (Function)
Displays a message allowing the user to type an information.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
Installing a SOAP server with IIS
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Typing multilingual texts
For a multilingual application, you have the ability to......
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
HExtractMemo (Example)
Usage example of the HExtractMemo function
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
Crosstab report
The report editor allows you to create "Crosstab" reports......
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
HOnError (Function)
Customizes the management of HFSQL errors.