ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key...
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)...
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime...
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...
Creating a window skin template
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces...
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)...
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
Viewing a window in 3 dimensions
Your window contains overlapping controls?...
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options...
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ...
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?...
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)...
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control...
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor...
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window...
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
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......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
iPrintBlock (Function)
Forces a report block to print.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
<picLayer variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.