ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
<Drive variable>.CopyFile (Function)
Copies a single file on a remote drive to another directory on same drive.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Modify the type of a switch option: 3-state or 2-state options....
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
Color (Property)
The Color property gets or sets the font color of: a Font variable. text displayed in a Static or Calculated control of a report. text displayed in a window control. text displayed in a page control....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
WDADMINEXE: Remote application control
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......