ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Specific features of the Express version
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Height (Property)
The Height property is used to get and change the height of an element.
Bluetooth constants
List of constants used by the Bluetooth functions....
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
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....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
EXE constants
List of constants used by the functions for managing executables....
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
grCreate (Function)
Creates a specific type of chart.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Specific features of the Express version