ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
17. TLS/SSL: Encrypting information on the Web
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......