ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Spin control
A Spin control is used to increase or reduce a value found in a control......
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
TreeView constants
List of constants used by the TreeXXX functions...
PicResize (Function)
Resizes a WDPic image.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
Events associated with Spin controls
List of events associated with Spin controls...
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
EmailReadPrevious (Example)
Usage example of the EmailReadPrevious function
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......