ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Handling the report blocks through programming
Each report block is associated with different events......
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
BurnerEject (Function)
Opens or closes the door of current burner.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
StringReverse (Function)
Reverses the characters of a string.
fDelete (Function)
Deletes a file accessible from the current computer.
2. Analysis in practice
iFont (Function)
Selects the default font.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
HDescribeItem (Function)
Describes a file item through programming.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
grDeleteSeries (Function)
Deletes a data series from a chart.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
Thickness (Property)
The Thickness property is used to: Find out the thickness of the line for a series (Line charts only). Modify the thickness of the line for a series (Line charts only)....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
iCreateFont (Function)
Creates a new print font.