ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Project configuration
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
2. Types of setup
Types of setup...
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
JSONValid (Function)
Checks the validity of a JSON string.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
TimeToString (Function)
Converts a time to a string in the specified format.
docAutoReplace (Type of variable)
The docAutoReplace type is used to define all the advanced characteristics of a string used to automatically replace another string as the user types in a Word Processing control .
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
WordToArray (Function)
Fills an array with the words from a string.
WordCount (Function)
Returns the number of words in a string.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.