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, ...
fSize (Function)
Returns the size of a file (in bytes).
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
<Source>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
fWrite (Function)
Writes: a character string into an external file. a memory section....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
DocPrint (Function)
Prints a document in "docx" format.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
fClose (Function)
Closes an external file.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be......
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.