ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
HViewToFile (Example)
Usage example of the HViewToFile function
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRenameFile (Function)
Renames or moves a file found on 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).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
iPrintImage (Example)
Usage example of the iPrintImage function
iCreateFont (Example)
Usage example of the iCreateFont function
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Limitations of WINDEV, WEBDEV and WINDEV Mobile
SOAPRun (Function)
Runs a procedure on a SOAP server.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
SocketConnect (Function)
Connects a client computer to a given socket.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function