ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFModify (Function)
Modifies the records of a file defined in Salesforce.
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
ReplicInfo (Function)
Returns information about a replication.
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Error 1006: The member is not global: use: to access it
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
Charact (Function)
Returns the character corresponding to the specified ASCII code.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.