ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
AppointmentCreate (Function)
Opens a new appointment window in the device's native calendar application....
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware web service.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
gpwGetUserInfo (Function)
Retrieves information about the current user (application that uses the User Groupware).
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
InSysNotificationMode (Function)
Used to determine if the application is launched from an interactive notification in "Windows 10".
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
4. Monitor your applications
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......