ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
SFDelete (Function)
Deletes records from a Salesforce database.
KeyCalcActivationKey (Function)
Calculates the activation key of application from the initial key.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
Iconize (Function)
Minimizes a WINDEV window.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
SFUndelete (Function)
Restores previously deleted Salesforce records.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
EndProgram (Function)
Ends the execution of the current program.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
SFModify (Function)
Modifies the records of a file defined in Salesforce.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
Runtime error management functions
List of functions for managing runtime errors...
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
NumberInWords (Function)
Converts a number to words.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.