ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Minimap
The minimap is an option that allows you to quickly navigate the code editor......
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
CurrentDay( Function)
Returns the number of the current day in the current month.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
OrganizerInfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
OpenDocument (Function)
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor, spreadsheet, PDF reader or image editor).
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....