ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
FileDisplay (Function)
Displays a file in the browser of Web user.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
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....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Image>.StopScrolling (Function)
Stops the automatic image sliding.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.