ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
HSetREP (Function)
Enables or disables the management of .REP file.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
Size (Property)
The Size property is used to determine and change the size of an element.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
hdfsConnection (Type of variable)
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Token
The Token keyword can correspond to...
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Screen,Get (External language)
Retrieves the value in a control or in a variable.
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
5. Deploying a dynamic site (Session or AWP) in practice