ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
pdfDocument (Variable type)
The pdfDocument type is used to get all the characteristics of a PDF file, including author, date created, page content, etc.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). This function also gets the characteristics of the tooltip associated with each section of the chart. a custom tooltip, associated with a point....
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
HImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
dPolyline (Function)
Draws a line composed of multiple segments.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
AAF: Context menu of Image controls
A context menu is available for Image controls......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Project Management Hub: Task management
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Palette (Variable type)
The Palette type is used to define the advanced characteristics of a color palette.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...