ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
fDir (Example)
Usage example of the fDir function
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
CalendarSelect (Function)
Returns the date selected in a Calendar control.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
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.
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.
fDecrypt (Example)
Usage example of the fDecrypt function
FTPTime (Example)
Usage example of the FTPTime function
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).
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
ShellExecute (Function)
Opens a document in its associated application.
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.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
FTPSize (Example)
Usage example of the FTPSize function
fDelete (Example)
Usage example of the fDelete function