ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
BreakAdd (Function)
Adds a break into a Table or Looper control.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
USBFind (Function)
Finds a USB device according to keywords.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
HModify (Example)
Usage example of the HModify function
dCopy (Function)
Copies an image to another image.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.