ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
11. Controls in practice
Discover the main characteristics of the controls...
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
ShellExecute (Function)
Opens a document in its associated application.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
grLabel (Function)
Indicates various parameters of additional legend in a chart.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
2. Projects in practice
WINDEV: Example of programmed Drag and Drop
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
iGroupAdd (Function)
Adds a report to a group of reports.
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......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Browser constants
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......