ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
SQLReqExists (Function)
Checks the existence of a query.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
EmailCheckAddress (Function)
Checks the validity of an email address.
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....