ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
Installing a SOAP server with IIS
ServiceControl (Function)
Sends a control message to a service.
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
fSelectDir (Function)
Opens a directory picker.
Warning (Function)
Displays a custom message in a system warning window.
Error (Function)
Displays a custom error message in a system error window.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Complete (Function)
Returns a character string of a specified length.
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.
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).
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Position (Function)
Finds the position of a specified string within another string.
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
Configuring the setup program
Two tools can be used to create a setup program......
fWrite (Function)
Writes: a character string into an external file. a memory section....