ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
PaneVisible (Property)
The PaneVisible property is used to: determine if the pane of the Image Editor control is visible, show or hide the pane of the Image Editor control....
Label report
The report editor allows you to create "Label" reports......
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Data model editor: types of links
Several types of links can be found between the files......
General environment of WINDEV
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Environment of the window editor
The main elements of window editor are as follows:
Environment of the project editor
The main elements of the project editor are as follows:
7. AJAX technology
Environment of the report editor
Environment of the report editor...
Environment of the query editor
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
TrafficInfo (Property)
The TrafficInfo property is used to: determine whether traffic information is displayed in the Map control. display or hide traffic information in the Map control....
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.