ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
License agreement - HFSQL Client/Server
StringInsert (Function)
Inserts a string into another character string at a given position.
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.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
Creating the Relation pages of a WEBDEV RAD pattern
The "WBSetup" project corresponds to the standard setup program of WEBDEV websites......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
StringReverse (Function)
Reverses the characters of a string.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Global and local variable
Two types of variables are available......
Constant
The constants are language elements whose value is fixed once and for all...
Contains (Function)
Allows you to check if a substring is within a string.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....