ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
ErrorThrow (Function)
Throw a non-fatal error.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
ThreadPause (Function)
Pauses the current thread during the specified duration.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Push notification
A mobile device can receive push notifications......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
How to perform a full file browse?
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Properties associated with reports and controls
List of properties associated with the reports and their controls...
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
GPSGetPosition (Function)
Retrieves information about the current device position.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Creating and handling an item
The main operations that can be performed on an item are as follows......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......