ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
HStopServer (Function)
Stops an HFSQL server.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......
zipListFile (Function)
Returns the list of files found in an archive.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
zipDeleteFileList (Function)
Deletes a list of files from an archive.
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
SQLListSource (Function)
Lists the data sources declared on a local site.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.