ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
ButtonType (Property)
The ButtonType property is used to get and change the type of a Button control: Cancelation, Interruption, Validation, ...
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
GanttWorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table) control.
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
OrgSaveImage (Function)
Creates an image representing the entire Organization Chart control.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
MaxLeafPerRow (Property)
The MaxLeafPerRow property is used to get and change the maximum number of elements in a row in an Organization Chart control.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Speech recognition management functions
The following functions are used to manage speech recognition:...
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....