ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Cross (Function)
Crosses a record in a data file.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
11. Window templates
WINDEV Mobile allows you to create window templates....
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HCross (Function)
Crosses a record in a data file.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HDescribeItem (Function)
Describes a file item through programming.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
<Source>.Declare (Function)
Declares a description of data file (found in an analysis) in the current project.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Creating a Responsive Web Design page
Websites can be viewed on several platforms......