ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
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).
<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......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
The structure of the file for remote control
The management of remote control uses a file in INI format......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
HImportXLS (Function)
Imports an XLS 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)....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....