ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
dCopyImage (Example)
Usage example of the dCopyImage function
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Constants for the geo-localization functions
Constants used by the geo-localization functions...
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
Rating control properties
The Rating control can be used in a window as well as in a page....
fCompress (Function)
Compresses a file.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function