ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
tapiHangUp (Function)
Hangs up a phone line started with tapiDial or tapiAnswerCall.
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
Locking data files: correspondence between WINDEV 5.5 and the later versions
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
<Source>.InfoMemo (Function)
Returns the characteristics of binary and text memos.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.