ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Null (keyword)
The "Null" keyword can correspond to:
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
ERR_BAD_CONFIG
ERR_BAD_CONFIG: The configuration of the APPLICATION_NAME site is incorrect for the %s value....
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
ERR_CANNOT_CREATE_TMP
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
RGBBlue (Function)
Returns the blue component of an RGB color.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Multimedia functions (prefix syntax)
List of Multimedia functions...
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.