ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
ThreadCurrent (Function)
Returns the name of the thread currently run.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
OpenDocument (Function)
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor, spreadsheet, PDF reader or image editor).
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
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....
TimeValid (Function)
Checks the time validity.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
HStatNbRec (Function)
Returns the number of entries for a given key item.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
OCR constants
Adds a language to the native OCR system....
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
17. TLS/SSL: Encrypting information on the Web
Events associated with Bar Code controls
List of events associated with Bar Code controls...
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
fDelete (Function)
Deletes a file accessible from the current computer.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
ThreadState (Function)
Returns the current status of a thread.
SQLReqExists (Function)
Checks the existence of a query.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....