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.
Compile (Example)
Usage example of the Compile function
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
FinFutureVal (Example)
Usage example of the FinFutureVal function
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
FTPDate (Example)
Usage example of the FTPDate function
EndService (Function)
Ends the execution of the current service.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
WINDEV FTP functions
List of WINDEV FTP functions...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
TreeListItem (Example)
Usage example of the TreeListItem function
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
HAddScheduling (Function)
Creates a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HDeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....