ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Events associated with the Cell control field
The Zoom property gets and sets the zoom to be applied to an element.
The Cell control
The Cell control contains controls...
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Using RAD patterns
The steps for creating a RAD pattern are as follows......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Combination (Type of variable)
A combination is a set of options.
dbgEnableLog (Function)
Enables the runtime log programmatically.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
fMemOpen (Function)
Opens a memory zone shared between several applications.
14. Generation modes
Generation modes...
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Break in a report
The break is used to group the records corresponding to a sort criterion......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......