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.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Asc (Example)
Usage example of the Asc function
Charact (Example)
Usage example of the Charact function
iParameterReport (Function)
Configures the printer by opening the configuration window.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
EmulatePaneUndock (Function)
Emulates the undocking of a pane in a dynamic Tab control.
<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
EmailReadMessage (Example)
Usage example of the EmailReadMessage function
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
xlsClose (Example)
Usage example of the xlsClose function
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function
EmailChangeFolder (Example)
Usage example of the EmailChangeFolder function
xlsDocument (Example)
Usage example of the xlsDocument type
xlsVersion (Example)
Usage example of the xlsVersion function
EmailListFolder (Example)
Usage example of the EmailListFolder function
EmulatePaneDock (Function)
Emulates the integration of an undocked pane in the associated dynamic Tab control.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.