ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemCurrent (Function)
Returns the index of the current element.
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
ControlClone (Function)
Creates a new control from an existing control.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
MemDelete (Function)
Deletes an element from a memory zone.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
tapiCallEnd (Function)
Returns the date and time of the end of call.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
XMLAddChild (Function)
Adds a child tag into an XML document.
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
Google Calendar management functions
List of functions for managing Google calendars...
zipInfoFile (Example)
Usage example of the zipInfoFile function
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
MemModify (Function)
Modifies an element in a memory zone.
MemAdd (Function)
Adds an element to a memory area.
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
Constants for managing arrays
List of constants used by the functions for array management....
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.