ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
HClusterState (Function)
Returns the status of an HFSQL cluster by interrogating its coordinator.
SNMPOIDStatus (Function)
Returns the status of an OID.
TreeStatus (Function)
Returns the state of a node: wound, unwound or non-existent.
<TreeView Table>.ItemStatus (Function)
Returns the state of a node in a TreeView Table control: rolled up, unrolled or non-existent.
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
VideoStatus (Function)
Returns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
FBSessionStatus (Function)
Checks the status of a Facebook session.
CameraStatus (Function)
Returns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
ServiceStatus (Function)
Returns the current status of a service.
<Multimedia>.Status (Function)
Indicates the status of the media file played in the Multimedia control.
TwainState (Function)
Returns the status of the current source.
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
BurnerStatus (Function)
Returns the status of the current burner.
ThreadState (Function)
Returns the current status of a thread.
TableItemStatus (Function)
Returns the state of a node in a TreeView Table control: rolled up, unrolled or non-existent.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
MultimediaStatus (Function)
Indicates the status of the media file played in the Multimedia control.
FaxStatus (Function)
Returns the status of a fax sent by FaxSend.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
HServerStatus (Function)
Allows you to find out the status of an HFSQL server (this function uses the MantaManager service).
<Treeview>.ItemStatus
Returns the state of a node: wound, unwound or non-existent.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
<Camera>.Status (Function)
Returns the status of a Camera control.
AndroidiPhone/iPad Function kept for "Version-26-compatible" Camera controls.
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
Properties associated with the options of a Switch control
Lists the video capture drivers installed on the current computer....
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
HStartServer (Function)
Allows you to start an HFSQL server (this function uses the MantaManager service).
Yousign
It is now common for individuals or businesses to sign contracts electronically......
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
zipExtractAll (Example)
Usage example of the zipExtractAll function
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
Properties associated with reports and controls
List of properties associated with the reports and their controls...
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Operations performed on use case diagrams
The following paragraphs explain......
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function