ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
10. Page templates
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
2. Types of setup
Types of setup...
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.
LOOP statement
The statement block is repeated endlessly...
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
XMLDocument (Function)
Creates a new XML document.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Defining a help window template
WINDEV allows you to create help window templates......
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.