ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
fTempFile (Example)
Usage example of the fTempFile function
LooperAddLine (Function)
Adds a row at the end of a Looper control.
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....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
fDelete (Example)
Usage example of the fDelete function
zipCreate (Function)
Creates an archive.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
LooperAdd (Function)
Adds a row at the end of a Looper control.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
HOpen (Function)
Opens a table.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
fExtractPath (Example)
Usage example of the fExtractPath function
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....