ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
HDelete (Function)
Deletes a record from a data file (query or view).
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
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: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
fExeDir (Function)
Returns the directory from which the execution is started.
ProjectInfo (Function)
Returns specific information about the project currently run.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
grParameter (Function)
Retrieves or modifies a chart parameter.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Compile (Example)
Usage example of the Compile function
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......