ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
DateToDay (Function)
Returns the day that corresponds to a given date.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....