ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FBSessionStatus (Function)
Checks the status of a Facebook session.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
<Treeview>.ItemStatus
Returns the state of a node: wound, unwound or non-existent.
ThreadState (Function)
Returns the current status of a thread.
<Multimedia>.Status (Function)
Indicates the status of the media file played in the Multimedia control.
HServerStatus (Function)
Allows you to find out the status of an HFSQL server (this function uses the MantaManager service).
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
TwainState (Function)
Returns the status of the current source.
SNMPOIDStatus (Function)
Returns the status of an OID.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
<Camera>.Status (Function)
Returns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
CameraStatus (Function)
Returns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
TreeStatus (Function)
Returns the state of a node: wound, unwound or non-existent.
VideoStatus (Function)
Returns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
22. Report templates
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Multimedia constants
List of constants used by the multimedia functions....
Select query description window: Items used
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Creating the Table windows of the WINDEV RAD pattern
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Map control properties
The following properties can be used with Map controls:...
XML management: Use example
This application example manages an XML file named "Orders......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
grLabel (Function)
Indicates various parameters of additional legend in a chart.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min