ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
Using batch processing in multiple projects
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
HInfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Creating and handling an item
The main operations that can be performed on an item are as follows......