ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
Event (Variable type)
The Event type allows you to define all the advanced features of an event (birthday, anniversary, etc.)
iPageNum (Function)
Returns or initializes the number of the page currently printed.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a table or query.
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
zipExtractPath (Example)
Usage example of the zipExtractPath function
StatVariance (Function)
Calculates the variance for a series of values.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
HSetPosition (Example)
Usage example of the HSetPosition function
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
JSON (Variable type)
The JSON simplifies actions on data in JSON format.
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... connection in which case the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.)....