ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Handling Organization Chart controls programmatically
Operations performed on component diagrams
The following paragraphs explain......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
fSplit (Function)
Splits a file into several files.
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
<Upload>.Delete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
Sorts in a report
The sort is used to organize the information displayed in the report......
Operations performed on activity diagrams
The following paragraphs explain......
The pages
Pages are the main interface of a WEBDEV site......
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WDZip: Overview
WDZip is used to compress and group your files in archives......
Structure (Type of variable)
A structure is a custom type of data...
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Saving entered data (AAF)