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.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
fLongName (Example)
Usage example of the fLongName function
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
ServiceContinue (Function)
Restarts a paused service.
Constants for managing the Enumerations and the Combinations
Statistical constants
List of constants used by the statistical functions....
Execute (Function)
Starts the execution of a process through programming.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.