ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
Installing the monitoring robot
The monitoring robot includes three executables......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
fListDisk (Function)
Returns the list of disks installed on the computer.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Radio Button control properties
List of properties associated with a Radio Button control...
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
State (Property)
The State property is used to get and change the state of an element.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
3. Deploying a WINDEV application
Thumbnail (Property)
The Thumbnail property can be used on: the items of an HFSQL data file. For more details, see Thumbnail property on items. the Thumbnail controls (WEBDEV only). For more details, see Thumbnail property on Thumbnail controls....
Subject (Property)
The Subject property is used to get and change the subject of an element.
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
SQLModify (Example)
Usage example of the SQLModify function