ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
dbgEnableLog (Function)
Enables the runtime log programmatically.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HExecuteProcedure (Function)
Runs a stored procedure.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
BuildBrowsingTable (Function)
Creates a Table control from the items of a table (view or query).
fReadLine (Example)
Usage example of the fReadLine function
fSize (Example)
Usage example of the fSize function
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
HRead (Function)
Reads a record in a file according to a given record number.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....