ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
nWDGetLastError: Error code of last error
Error code of last error......
BurnerPath (Function)
Returns the path of the current burner.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
zipExtractPath (Function)
Returns the path of a file found in the archive.
TotalRange (Property)
The TotalRange property is used to get and change the total range of data represented by the Range Slider control.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......