ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
Manipulating Edit controls programmatically
You can manipulate Edit controls programmatically......
System constants
List of constants used by the system functions....
2. User-friendly editors in practice
User-friendly editors in practice...
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
fAttribute (Example)
Usage example of the fAttribute function
KeyFileType (Property)
The KeyFileType property defines the type of encoding used for a key file.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Creating index keywords
Index keywords allow users to easily find a help page......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
ArraySort (Function)
Sorts a WLanguage array.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.