ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HDescribeLink (Function)
Describes a link between two data files through programming.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
Applet control properties
List of properties associated with the Applet control...
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
Site Map control properties
List of properties associated with a Site Map control...
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
USBProperty (Function)
Retrieves the value of a property for a USB device.
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
HMode (Function)
Changes the mode and the method for locking data files.
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......