ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
9. Hardware and software requirements
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
13. External component in practice
External component in practice...
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
TimeToString (Function)
Converts a time to a string in the specified format.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
ReplicSynchro: Use
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Help system properties
The properties of help system are used to define......
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Error 301: Unknown identifier
How to open a page?
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
HDeleteView (Example)
Usage example of the HDeleteView function
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
RegistrySetValue (Example)
Usage example of the RegistrySetValue function