ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom properties (WLanguage)
A custom property is a code element with two events...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
2. Analysis in practice
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Validity period of site pages
When creating a page, a validity period can be defined for this page......
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
zipCurrentFile (Example)
Usage example of the zipCurrentFile function