ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PostMessage (Function)
Sends a Windows message to a control or to a window.
Variable scope
Variables can be declared anywhere in the code....
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
ServiceInfo (Function)
Returns information regarding the configuration of a service.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a web service to run.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Items used in a select query
A query created in the query editor can contain several types of items......
.NET object
To access a class......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
SendMessage (Function)
Sends a Windows message to a control or to a window.