ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
<Spreadsheet>.BorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type. on the gglInstantMessaging type on the gglOrganization type on the gglPhoneNumber type]....
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
CouleurCadre (Property)
The Property color Frame allows you to define the color of the Border bubble step.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
ContactNext (Function)
Reads the contact after the current contact in a Lotus Notes or Outlook address book.
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
Table,Count (External language)
Returns the number of elements in a Table control.
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......