ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
<Diagram variable>.Load (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
HToItem (Function)
Assigns the specified value to an item of the current record.
2. Types of setup
Types of setup...
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Organization chart linked to a data file
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
WDDeploy features
WDDeploy can be used to......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SQL view
An SQL view is a virtual data source defined by an SQL query......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.