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.
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.
fTime (Example)
Usage example of the fTime function
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
HTTPRequest (Example)
Usage example of the HTTPRequest function
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
Extracting messages added or modified since last extraction
A project was already created and translated......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
HCopyRecord (Example)
Usage example of the HCopyRecord function
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
FTPConnect (Example)
Usage example of the FTPConnect function
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
fMakeDir (Example)
Usage example of the fMakeDir function
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
dPolyline (Function)
Draws a line composed of multiple segments.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
SQLConnect (Example)
Usage example of the SQLConnect function
Markdown (Property)
The Property Markdown allows: for control s a window to manage the "Markdown support" option (present in the "Detail" tab of the description window of the control). for the Static control of an report: determine if a Static control of a report is of type Markdown. set the type of a Static control in a report to Markdown....
fCurrentDrive (Function)
Gets or sets the current drive.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.