ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
Managing main window menus
A main menu is necessarily associated with a window...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Manipulating menu options programmatically
Menu options can be manipulated...
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
HListFile (Example)
Usage example of the HListFile function
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......
HTML document management functions
List of functions that manipulate HTML documents....
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
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.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
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......
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
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