ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
Character strings
WLanguage supports different types of strings....
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
dbgInfo (Function)
Returns a debug information.
ChangeStyle (Function)
Modifies the style of a control dynamically.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
HErrorLock (Function)
Used to check whether a lock error occurred.
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.