ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
fCreate (Function)
Creates an external file.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
fDateTime (Example)
Usage example of the fDateTime function
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Operations performed on class diagrams
The following paragraphs explain......
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
fCompress (Function)
Compresses a file.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Compilation options (chm format)
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.