ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Looper controls
List of events associated with Looper controls...
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
grIncreaseData (Function)
Adds a value to a data in a chart.
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Saving entered data (AAF)
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
iParameterViewer (Function)
Configures the report viewer.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
HPass (Function)
Defines the password used to create or open a data file.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
5. Deploying a dynamic site (Session or AWP) in practice
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......