ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Creating the executable and the setup program
The languages supported by the application are taken into account......
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Constants for managing certificates
Android Widget windows
An Android application can contain one or more Widget windows......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Time (Type of variable)
The Time type is used to easily handle the times...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Events associated with supercontrols
List of events associated with supercontrols...
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...