ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayCopy (Function)
Copies the content of an array to another array.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
TwainState (Function)
Returns the status of the current source.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
CertificateSignString (Function)
Creates the signature of a character string.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.