ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
ChangeAction (Example)
Usage example of ChangeAction
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Referring to an element in a WLanguage event / process
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
fAttribute (Function)
Returns or modifies the attributes of a file.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
fCompare (Function)
Compares the content of two files bit by bit.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
LoadParameter (Function)
Reads a persistent value.
BurnerList (Function)
Returns the list of burners installed on the current computer.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Constants for manging the replication
List of constants used by the functions for managing the replication....
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....