ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
General environment of WINDEV
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Conversion (Function)
Converts a value from a unit to another one.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
WDDIXIO overview
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
MyPage (Reserved word)
MyPage is used to handle the current page...
The Splitter control
The Splitter control is used to divide a window into several distinct areas......