ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described in the analysis.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL" or ".RPM").
HDescribeItem (Example)
Usage example of the HDescribeItem function
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
Record (Type of variable)
The Record type is used to save the values of a record.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Configuring the SOAP administrator
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......