ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTP constants
List of constants used by the FTP functions....
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
HSpace (Property)
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
zipClose (Function)
Closes an archive.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
HCloseConnection (Example)
Usage example of the HCloseConenction function
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a service via the OAuth 2.0 protocol.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
fLock (Example)
Usage example of the fLock function
HExtractMemo (Example)
Usage example of the HExtractMemo function
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
SocketWrite (Function)
Writes a message intended to another socket.