ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
PDF file management functions
...PDF file functions...
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
zipMerge (Example)
Usage example of the zipMerge function
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
WDTRAD options
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
HViewToFile (Example)
Usage example of the HViewToFile function
HModify (Example)
Usage example of the HModify function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
11. User Macro-Code: UMC in practice
<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)....