ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
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.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
ExceptionInfo (Function)
Retrieves information about the current exception.
Customizing the User Groupware
Resets the variable to its initial value....
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
FTPSize (Example)
Usage example of the FTPSize function
fDelete (Example)
Usage example of the fDelete function
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
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....
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.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.