ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppointmentAdd (Example)
Usage example of the AppointmentAdd function
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
EmailGetAll (Function)
Retrieves all the emails found on a server.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
SocketCreate (Function)
Creates a socket.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
fSeek (Function)
Gets and sets current position in an external file.
HDelete (Function)
Deletes a record from a data file (query or view).
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
HExecuteProcedure (Function)
Runs a stored procedure.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.