ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
DateToInteger (Function)
Converts a date to an integer.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
Constants for managing appointments
Lists of constants used to manage the appointments...
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
hdfsDelete (Function)
Deletes a file or directory from a Hadoop server.
hdfsRename (Function)
Renames a file or a directory found on a Hadoop server.
hdfsCopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
hdfsCopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
hdfsOpenConnection (Function)
Opens a connection to a Hadoop server.
hdfsCloseConnection (Function)
Closes a connection to a Hadoop server.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
<Organization Chart>.Modify (Function)
Modifies an element in an Organization Chart control.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
Handling an Organizer control through programming (prefix syntax)
An Organizer control can be handled through programming....
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
<docElement variable>.ChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
<Word Processing>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Word Processing control.
<xlsDocument variable>.Save (Function)
Saves an XLS document.