ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
FaxPause (Function)
Pauses a fax in the spooler.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
Programming automatic calculations in the columns of a Table control
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
xlsSave (Function)
Saves an XLS document.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
fExeDir (Function)
Returns the directory from which the execution is started.
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Handling Spreadsheet controls programmatically (in a report)