ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.DeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
Binding a Check Box control to an item
Orientation (Property)
The Orientation property gets and sets the angle of an element.
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Events associated with Static controls
List of events associated with Static controls...
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.