ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
XImage (Property)
The XImage property gets and sets the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
Time management help
Time management is extremely important......
iColumnEnd (Function)
Forces a column break in a multi-column report.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).