ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
WINDEV 2024 Tutorial - Table of contents
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Creating requirements
The following steps must be performed to implement the requirements......
sfSeekDeletedResult (Type of variable)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
INIRead (Example)
Usage example of the INIRead function
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
ThreadExecute (Function)
Starts the execution of a secondary thread.
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
ChangeAction (Example)
Usage example of ChangeAction
iPrintImage (Example)
Usage example of the iPrintImage function
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....