ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HForward (Example)
Usage example of the HForward function
EventCreate (Function)
Creates an event.
HState (Function)
Used to find out the state of a record.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
ThreadCurrent (Function)
Returns the name of the thread currently run.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
DDESend (Function)
Sends a data to the program connected via DDE.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ControlCurrent (Function)
Returns the name of the control currently in edit.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
ToastDisplay (Function)
Displays a "Toast" message.
zipFindFile (Example)
Usage example of the zipFindFile function
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HSetPosition (Example)
Usage example of the HSetPosition function
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Extracting the text of the project
The following text can be extracted......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.