ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Files tab
The project description window allows you to configure various elements of your project......
MinSourceCardinality (Property)
The MinSourceCardinality property is used to get and modify the minimum cardinality of the source item in the link.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
IconInstall (Function)
Creates an icon (associated with a program) in a group of Windows programs, with the associated command line.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
<Variable Drive>MoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Custom tooltips
Tooltips are very useful for application users......
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
MinLinkedCardinality (Property)
The MinLinkedCardinality property is used to get and modify the minimum cardinality of the related item in the link.
Project description: Style tab
The project description window allows you to configure various elements of your project......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Managing parallel tasks
The computers are becoming more and more powerful......
Recompiling the project
The project compilation is a process used to......
How to create a patch?
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......