ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
<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.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HExecuteProcedure (Function)
Runs a stored procedure.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
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.