ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
DurationToString (Function)
Converts a duration to a character string in the specified format.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
The planes in WEBDEV
The planes are used to group the controls of an element......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
SFDelete (Function)
Deletes records from a Salesforce database.
SQLReqExists (Function)
Checks the existence of a query.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
SFModify (Function)
Modifies the records of a file defined in Salesforce.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
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.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.