ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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.
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.
5. The following files are automatically created
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
kbCard (Variable type)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
OrgElement (Variable type)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
fCompare (Function)
Compares the content of two files bit by bit.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
SocketRead (Function)
Retrieves a message sent by another socket.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Global and local variable
Two types of variables are available......
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Local procedure
Two types of procedures are available......
Managing color palettes
Starting with version 2025, WINDEV and WINDEV Mobile include color palettes for projects and windows......
Manipulating Layout controls programmatically
A Layout control can be......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.