ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
ERR_BAD_URL
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<picLayer variable>.HorizontalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<WDPic variable>.VerticalSymmetry (Function)
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis).
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
gpwConnectUser (Function)
Connects a user to the User Groupware.
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
Managing space characters in the searches?
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......