ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
ObserverOrientation (Property)
The ObserverOrientation property gets or sets the secondary angle of a Carousel control.
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
ContextClose (Function)
Closes a page context.
ShellExecute (Function)
Opens a document in its associated application.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......