ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPListFile (Function)
Lists the directories or files in a directory located on an FTP server and returns the number of files and/or directories....
fCurrentDir (Function)
Identifies or modifies the current directory.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
Watermark (Variable type)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or programmatically.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
xmlNamespace (Variable type)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Conversion (Function)
Converts a value from a unit to another one.
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
INIRead (Example)
Usage example of the INIRead function
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
fCompare (Example)
Usage example of the fCompare function
OutlookStartSession (Example)
Usage example of the OutlookStartSession function