ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
<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.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Properties associated with the areas defined in Zoning mode
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Detailed use of WINDEV FTP/RPC