ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Twain constants
List of constants used by the Twain functions....
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Max (Function)
Returns the greatest value passed as parameter.
Complete (Function)
Returns a character string of a specified length.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
HInfoServer (Function)
Returns the specified information about the server.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
UploadCopyFile (Example)
Usage example of the UploadCopyFile function
TextToXML (Function)
Converts an ANSI string to an XML string.
Guided tour management constants
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
<Chart>.AutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...