ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
HExecuteProcedure (Function)
Runs a stored procedure.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
Sum (Function)
Calculates the sum of the array elements.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HPriorityClient (Function)
Modifies the priority of a client application.