ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
gImage (Function)
Builds a sequence of characters containing an image.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
zipClose (Function)
Closes an archive.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
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