ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HSendMessageToClient (Function)
Displays a message on the client computers.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
SQLFirst (Function)
Positions on the first row of the query result.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
SysIconAdd (Example)
Usage example of the SysIconAdd function
EmailGetAll (Function)
Retrieves all the emails found on a server.
FTPSend (Example)
Usage example of the FTPSend function
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...