ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SOAPRun (Function)
Runs a procedure on a SOAP server.
zipExtractPath (Example)
Usage example of the zipExtractPath function
ContactAdd (Example)
Usage example of the ContactAdd function
HTTPCreateForm (Function)
Creates an HTTP form.
ElementWidth (Property)
The ElementWidth property is used to: Find out or modify the width of the elements in an Organization Chart control. Find out or modify the width of the cells in a Dashboard control....
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements in an Organization Chart control. Find out or modify the height of the cells in a Dashboard control....
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HChangeKey (Example)
Usage example of the HChangeKey function
Time (Type of variable)
The Time type is used to easily handle the times...
3-tier architecture
The development in "3-tier" architecture is now simplified......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Size (Property)
The Size property is used to determine and change the size of an element.
Position
The Position keyword can correspond to...
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HReadLast (Example)
Usage example of the HReadLast function
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......