ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
REST web service: Importing an API from OpenAPI
REST web service APIs can be described using OpenAPl files......
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
pdfPage (Variable type)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Sum (Function)
Calculates the sum of the array elements.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
FTPRenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol).
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
CalendarPosition (Function)
Returns the month displayed in a Calendar control.
Constant
The constants are language elements whose value is fixed once and for all...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.