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.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL tables.
SocketWrite (Function)
Writes a message intended to another socket.
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
GPSGetPosition (Function)
Retrieves information about the current device position.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
Flexbox control description: Detail tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Size (Property)
The Size property is used to determine and change the size of an element.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
Decode (Function)
Decodes a character string that was encoded by Encode.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
Types of Edit controls