ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Error 11: The label is unknown
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
3. Debugger