ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
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...
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.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
iMargin (Function)
Defines the "logical" print margins.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
iSkipLine (Function)
Forces one or more line break.
HOpen (Function)
Opens a data file.
24. Displaying and linking pages
2. Projects in practice
Discover the main operations that can be performed on a project....
Various constants
List of various constants used by the constants WINDEV functions....
Operations performed on state-transition diagrams
The following paragraphs explain......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
Operations performed on class diagrams
The following paragraphs explain......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
IFrame control
IFrame is an HTML concept......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
iPrintImage (Function)
Sends the image file to print to the print buffer.
grDraw (Function)
Draws a chart according to the specified parameters.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Variable scope
Variables can be declared anywhere in the code....
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......