ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
The Clickable Image control
The Clickable Image control can be used to......
fLoadResource (Function)
Loads the content of a resource from a library.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
fOpenTempFile (Function)
Creates and opens a temporary file.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
FileDisplay (Function)
Displays a file in the browser of Web user.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Image control in a page
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Description (Property)
The Description property is used to get and change the page description.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
Recycle bin management functions
List of functions for managing the recycle bin...
Shared memory area functions
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.