ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
HTMLRemoveAttribute (Function)
Removes a given attribute
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
Label (Property)
The Label property is used to get and define the label of an element.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.