ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
CharactType (Function)
Returns information about the type of character.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
EventChange (Function)
Modifies the status of an event.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
fDelete (Function)
Deletes a file accessible from the current computer.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HOpen (Function)
Opens a data file.
iPageEnd (Function)
Forces the move to the next page during the report print.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
HPrevious (Function)
Positions on the previous file record according to a browse item.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.