ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Automation object
The Automation keyword is used to declare an automation object...
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
grDraw (Function)
Draws a chart according to the specified parameters.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Format (Property)
The Format property is used to define the data format of a data file.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......