ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
grScatter3DAltitudeColor (Function)
Defines the different colors used according to the altitude levels of a series found in a 3D Scatter chart.
fSelectDir (Function)
Opens a directory picker.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
ThreadEnd (Function)
Ends the execution of the current thread.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
dPolyline (Function)
Draws a line composed of multiple segments.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.