ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cell control properties
List of properties associated with the Cell control...
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
HDBIndex (Function)
Opens an xBase index file.
2. Projects in practice
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Events associated with Flex controls
List of events associated with Flex controls...
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Peeling Corner control properties
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
BrowserPlatform (Function)
Returns the user's browser platform....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
BrowserOS (Function)
Indicates the operating system installed on the browser of the Web user.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.