ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last...
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
WITH
Factorizes the expression of an element on which several subelements or properties are accessed.
ContextClose (Function)
Closes a page context.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
SFUndelete (Function)
Restores previously deleted Salesforce records.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted...
dbgEnableLog (Function)
Enables the runtime log programmatically.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional...
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited...
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS...
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile...
How to loop through a file using filters?
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Link properties
When creating a link, you can simply specify the destination......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure...
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.