ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
iPrintArea (Function)
Prints a text in a rectangular area.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
fCreate (Function)
Creates an external file.
<Variable DiskFile>Create (Function)
Creates an external file.
Custom tooltips
Tooltips are very useful for application users......
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
HintTextColor (Property)
The HintTextColor property is used to get and change the hint text color of an Edit control.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
5. HFSQL Cient/Server
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......