ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The OLE control
The OLE control is used to handle an OLE object...
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
SOAPRun (Example)
Usage example of the SOAPRun function
NotesOpenDatabase (Function)
Gives access to the documents managed by Lotus Notes.
XMLData (Example)
Usage example of the XMLData function
DDEString (Example)
Usage example of the DDEString function
Move
The Move property determines if an element can be moved.
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
Duration (Property)
The Duration keyword can correspond to: the keyword used to define a Duration variable. the Duration property of a saasVisit variable....
Compression (Property)
The Compression property gets and sets the data compression mode.
NamespaceDeclared (Property)
The NamespaceDeclared property is used to manage defined namespaces.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
zipClose (Example)
Usage example of the zipClose function