ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
iHPos (Function)
iHPos is kept for backward compatibility.
WEBDEV 2024 Tutorial - Table of contents
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
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......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Programming automatic calculations in the columns of a Table control
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Radio Button control properties
List of properties associated with a Radio Button control...
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
ReplicSynchro: Use
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.