ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
Manipulating Segmented Button controls programmatically
WINDEV and WINDEV Mobile allow you to programmatically manipulate Segmented Button controls......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
EmailGetAll (Function)
Retrieves all the emails found on a server.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
FTPAttribute (Function)
Identifies the attributes of a file located on an FTP server (File Transfer Protocol).
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
ParallelTask (Variable type)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
HCheckStructure (Function)
Defines the mode for comparing data files.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Record (Type of variable)
The Record type is used to save the values of a record.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......