ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HSetLog (Function)
Enables or disables log management on a file.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
HRead (Function)
Reads a record in a file according to a given record number.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
Events associated with Static controls
List of events associated with Static controls...
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Image (Property)
The Image property gets and sets the background image of a control or block.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.