ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the Vista style in your windows
WINDEV allows you to customize......
fSelectDir (Function)
Opens a directory picker.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
fSelect (Example)
Usage example of the fSelect function
2. Projects in practice
Discover the main operations that can be performed on a project....
Sound (Function)
Plays a sound in WAV format.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
zipOpen (Example)
Usage example of the zipOpen function
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.