ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
HeaderVisible (Property)
The HeaderVisible property allows you to get and set the visibility status of the row and column headers in the layout of an XLS document.
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Animation (Property)
The Animation property animates an image.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
BrowserIsConnected (Function)
Indicates whether the browser is connected to the network.
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
PythonExecute (Function)
Executes a function present in a Python module.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
Environment of the project editor
The main elements of the project editor are as follows:
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
Certificate management functions
The following functions are used to handle the certificates:...
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
Overview
Overview of the different operators...
<Chart>.PieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
General environment of WINDEV