ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventCreate (Function)
Creates an event.
<Dashboard>.ResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
<Dashboard>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ExceptionPropagate (Function)
Propagates an exception.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Factorial (Function)
Returns the factorial of an integer number.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....