ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Format (Property)
The Format property is used to define the data format of a data file.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
WINDEV Mobile concepts
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
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.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.