ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
How to create a menu?
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Combination (Type of variable)
A combination is a set of options.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
HDelete (Function)
Deletes a record from a data file (query or view).
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
fRename (Function)
Modifies the name of a file.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......