ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Name (Property)
The Name property is used to get the name of an element.
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
Other operators
The following are additional operators......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......