ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Position
The Position keyword can correspond to...
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
saasPricing (Variable type)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
apExecute (Function)
Runs an action plan.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
DayOfMonthOrDayOfWeek (Property)
The DayOfMonthOrDayOfWeek property is used to set the execution of a scheduled task by specifying the day number of the week or the day number of the month.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document. define button styles for a Windows notification....
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
rssDisplay (Function)
Builds a RSS feed and returns the content of the RSS feed to the client.
After
They After keyword can correspond to:
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.