ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
ThreadCurrent (Function)
Returns the name of the thread currently run.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
ControlCurrent (Function)
Returns the name of the control currently in edit.
TimeValid (Function)
Checks the time validity.
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
EmailLoadAttachment (Function)
Adds an attached file to an email.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
CalendarPosition (Function)
Returns the month displayed in a Calendar control.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.