ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
WinInYPos (Function)
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
diagConnectionPoint (Type of variable)
The diagConnectionPoint type is used to define all the advanced characteristics of a connection point (i.e. point around a shape that a connector snaps to) in a Diagram Editor control.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
11. Controls in practice
Discover the main characteristics of the controls...
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
14. Controls in practice
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......