ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintZone (Example)
Usage example of the iPrintZone function
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
SysChangeEnvironment (Function)
Modifies the environment variables of the operating system found on the current computer.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
FTPDate (Example)
Usage example of the FTPDate function
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
hdfsConnection (Type of variable)
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
FinRepayVal (Example)
Usage example of the FinRepayVal function
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Size (Example)
Usage example of the Size property