ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Error 701: The property is read-only
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
Aliases on data files: HAlias
The aliases are used to handle......
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
How to create and handle a structure?
This help page explains how to create and handle a structure....
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Access rights to a class property
A property is a code element that includes two processes......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......