ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Popup window
WINDEV allows you to open windows in popup format......
StringReverse (Function)
Reverses the characters of a string.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
NFC constants
List of constants used by the NFC functions...
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Date (Type of variable)
The Date type enables you to easily handle the dates...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
fCreateLink (Function)
Creates a link on a file at the specified location.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.