ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
ControlClone (Function)
Creates a new control from an existing control.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.