ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
BCToImage (Function)
Generates the image of a bar code.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
ReplicInfo (Function)
Returns information about a replication.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
HRead (Function)
Reads a record in a file according to a given record number.
HTTPCreateForm (Function)
Creates an HTTP form.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
BurnerEject (Function)
Opens or closes the door of current burner.
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Report based on a query
Queries are used to easily select records in one or more data files......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
xlsClose (Example)
Usage example of the xlsClose function