ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
grDeleteAll (Function)
Erases a chart and destroys this chart.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
HTTPCreateForm (Function)
Creates an HTTP form.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
The Organizer control
The Organizer control is used to display and handle organizers......
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
grSourceSeries (Function)
Defines the source of a series.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
grRaised (Function)
Used to display a chart with raised effect.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......