ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Print modes of a report
Several print modes are available for a report....
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Emulating constants
List of constants used by the functions for emulating automated tests....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Border (Type of variable)
The Border type is used to handle a border through programming...
2. Analysis in practice
xBase files: Limits
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
zipInfoFile (Example)
Usage example of the zipInfoFile function
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
fCurrentDir (Function)
Identifies or modifies the current directory.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
fAttribute (Example)
Usage example of the fAttribute function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
fRename (Example)
Usage example of the fRename function
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
HDeclare (Example)
Usage example of the HDeclare function