ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
.NET application
To create a.NET application from a project...
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.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
ChangeStyle (Function)
Modifies the style of a control dynamically.
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.