ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
Word Processing control properties
A Word Processing control can be handled in a window by the following WLanguage properties......
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
Native Container control properties
You can manipulate a Native Container control in a window using the following WLanguage properties......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
2. User-friendly editors in practice
User-friendly editors in practice...
History of versions
The history of setup versions is an advanced feature of the network setup......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Operations performed on sequence diagrams
The following paragraphs explain......
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
Events associated with Link controls
List of events associated with Link controls...
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......