ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Break in a report
The break is used to group the records corresponding to a sort criterion......
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Various constants
List of various constants....
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....