ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating the Vision windows of the WINDEV RAD pattern
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Manipulating a Layout control programmatically
A Layout control can be......
ServiceWait (Function)
Pauses the current service during the specified duration.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Assisted universal replication programmatically
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
XMLPath (Function)
Returns the current position in the document in XPATH format.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a table.
zipExtractFile (Example)
Usage example of the zipExtractFile function
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....