ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Type (Property)
The Type property gets and sets the type of an element.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
Value (Property)
The Value property is used to get and change the value of an element.
Address (Variable type)
The type Address type is used to manipulate the address of a place or person.
EventChange (Function)
Modifies the status of an event.
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
Comment (Property)
The Comment property is used to manage comments.
SQLConnect (Example)
Usage example of the SQLConnect function