ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Asc (Function)
Returns the ASCII code of the specified character.
gClickableLink (Function)
Adds a clickable link in a graphic string.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
iPicaToMM (Function)
Converts the coordinates of a point (expressed in system coordinates) into millimeters.
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
EmailChangeStatus (Function)
Changes the status of an email on a messaging server.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
fExtractPath (Example)
Usage example of the fExtractPath function
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
HCloseConnection (Function)
Closes a connection to a database.
XMLClose (Function)
Closes an XML document created by XMLDocument.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
KeyExpression (Example)
Usage example of the KeyExpression property
SysTheme (Function)
Returns the current theme used on the mobile device.
fCopyFile (Example)
Usage example of the fCopyFile function
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
ErrorRestoreParameter (Function)
Restores the error process of a process.