ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
RegistryValueType (Function)
Returns the type of value found in the registry.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
RegistrySeek (Function)
Seeks a character string in the registry.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
SchedulerDeleteTask (Function)
Deletes a scheduled task.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
SchedulerOpenTaskProperties (Function)
Opens the property page of a scheduled task.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
HFSQL management functions
List of functions for HFSQL management...
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
Access rights to a class property
A property is a code element that includes two processes......