ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
JavaExecute (Example)
Usage example of the JavaExecute function
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
ExceptionInfo (Function)
Retrieves information about the current exception.
CalendarSelect (Function)
Returns the date selected in a Calendar control.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
UUDecode (Function)
Decodes a character string in UUEncode format.
LooperDisplay (Function)
Refreshes a browsing looper from a given position: the modifications performed in the linked file are taken into account in the looper.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
SysTheme (Function)
Returns the current theme of the device.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
FTPTime (Example)
Usage example of the FTPTime function
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
EventOpen (Function)
Opens a synchronization event between several threads.
FTPSize (Example)
Usage example of the FTPSize function
fDelete (Example)
Usage example of the fDelete function
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).