ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
RegistryValueType (Function)
Returns the type of value found in the registry.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
NFC constants
List of constants used by the NFC functions...
Window controls
Several types of controls can be used in a window, ......
Hyper File functions available for backward compatibility
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
HRead (Function)
Reads a record in a file according to a given record number.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
The Site Map control
The Site Map control allows the Web user to......
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
Code snippets
The code editor allows you to enter "Code snippets"......
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Size (Property)
The Size property is used to determine and change the size of an element.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....