ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Move (Function)
Allows: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
ExceptionInfo (Function)
Retrieves information about the current exception.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
ErrorThrow (Function)
Throw a non-fatal error.
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Creating the Table windows of the WINDEV RAD pattern
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
HCopyRecord (Example)
Usage example of the HCopyRecord function
Environment of the data model editor