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.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
DateToInteger (Function)
Converts a date to an integer.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
3. Testing a WINDEV Mobile application
By testing the project you can simulate how the application will run....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
TimeToString (Function)
Converts a time to a string in the specified format.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
fRead (Example)
Usage example of the fRead function
ThreadPause (Function)
Pauses the current thread during the specified duration.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
Local procedure
Two types of procedures are available......
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
fMoveFile (Function)
Moves a file from one directory to another.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......