ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Color (Property)
The Color property is used to get and change the color of an element.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
fUnlock (Function)
Entirely or partially unlocks an external file.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
Creating and handling an item
The main operations that can be performed on an item are as follows......
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Sum (Function)
Calculates the sum of the array elements.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
fLock (Function)
Entirely or partially locks an external file.