ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
grPrint (Function)
Prints a chart.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
BarVisible (Property)
The BarVisible property manages the selection bar on a column of a Table or TreeView Table control.
PVTCalculateAllAsynchronous (Function)
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
AlternativeText (Property)
The AlternativeText property is used to get and edit the alternative text of controls in a page.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PDFSign (Function)
Adds an approval signature to an existing PDF.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
gglMarker (Variable type)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....