ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
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.
Test (External language)
Displays each function call and each status report returned by the function.
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Typing multilingual texts
For a multilingual application, you have the ability to......
<Edit>.ConfigureAssistedInput (Function)
Used to configure the filter and the opening of assisted input.
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Environment of the data model editor
Hasp constants
The Hasp constants are as follows......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
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)....
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
<Source>.ImportXLS (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)....
AAF: Increasing the height of the rows in the Table or Looper controls
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit......
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...